chore(i18n): Improved grammar

Reported at Transifex.
pull/372/head
rakekniven 2025-07-04 23:32:51 +02:00
parent 99487ac976
commit 67920155d1
1 changed files with 2 additions and 2 deletions

View File

@ -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,
);