pull/372/merge
rakekniven 2026-03-16 18:02:12 +00:00 committed by GitHub
commit 2bacf076f3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -127,7 +127,7 @@ const RoomRow = (props: Props): JSX.Element => {
api.deleteRecording(recording.id).then(success => {
if (!success) {
OC.dialogs.info(
t('bbb', 'Could not delete record'),
t('bbb', 'Could not delete recording'),
t('bbb', 'Error'),
() => undefined,
);
@ -144,7 +144,7 @@ const RoomRow = (props: Props): JSX.Element => {
console.warn('Could not delete recording', err);
OC.dialogs.info(
t('bbb', 'Could not delete record'),
t('bbb', 'Could not delete recording'),
t('bbb', 'Server error'),
() => undefined,
);