mirror of https://github.com/sualko/cloud_bbb
parent
99487ac976
commit
67920155d1
|
|
@ -127,7 +127,7 @@ const RoomRow: React.FC<Props> = (props) => {
|
|||
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: React.FC<Props> = (props) => {
|
|||
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,
|
||||
);
|
||||
|
|
|
|||
Loading…
Reference in New Issue