diff --git a/ts/Manager/RoomRow.tsx b/ts/Manager/RoomRow.tsx index ab53a88..1e50404 100644 --- a/ts/Manager/RoomRow.tsx +++ b/ts/Manager/RoomRow.tsx @@ -148,7 +148,7 @@ const RoomRow: React.FC = (props) => { function deleteRecording(recording: Recording) { OC.dialogs.confirm( - t('bbb', 'Are you sure you want to delete the recording from "{startDate}"? This operation can not be undone', { startDate: (new Date(recording.startTime)).toLocaleString() }), + t('bbb', 'Are you sure you want to delete the recording from "{startDate}"? This operation can not be undone.', { startDate: (new Date(recording.startTime)).toLocaleString() }), t('bbb', 'Delete?'), confirmed => { if (confirmed) {