We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a99b7e commit f1b2055Copy full SHA for f1b2055
ts/Manager/RoomRow.tsx
@@ -127,7 +127,7 @@ const RoomRow: React.FC<Props> = (props) => {
127
api.deleteRecording(recording.id).then(success => {
128
if (!success) {
129
OC.dialogs.info(
130
- t('bbb', 'Could not delete record'),
+ t('bbb', 'Could not delete recording'),
131
t('bbb', 'Error'),
132
() => undefined,
133
);
@@ -144,7 +144,7 @@ const RoomRow: React.FC<Props> = (props) => {
144
console.warn('Could not delete recording', err);
145
146
147
148
t('bbb', 'Server error'),
149
150
0 commit comments