Skip to content

Commit f1b2055

Browse files
authored
chore(i18n): Improved grammar
Reported at Transifex.
1 parent 2a99b7e commit f1b2055

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ts/Manager/RoomRow.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ const RoomRow: React.FC<Props> = (props) => {
127127
api.deleteRecording(recording.id).then(success => {
128128
if (!success) {
129129
OC.dialogs.info(
130-
t('bbb', 'Could not delete record'),
130+
t('bbb', 'Could not delete recording'),
131131
t('bbb', 'Error'),
132132
() => undefined,
133133
);
@@ -144,7 +144,7 @@ const RoomRow: React.FC<Props> = (props) => {
144144
console.warn('Could not delete recording', err);
145145

146146
OC.dialogs.info(
147-
t('bbb', 'Could not delete record'),
147+
t('bbb', 'Could not delete recording'),
148148
t('bbb', 'Server error'),
149149
() => undefined,
150150
);

0 commit comments

Comments
 (0)