From 0d584078d9e318f37771807ce97ab3377795b664 Mon Sep 17 00:00:00 2001 From: Valdnet <47037905+Valdnet@users.noreply.github.com> Date: Tue, 19 May 2020 11:42:59 +0200 Subject: [PATCH] l10n: Adding the next dot character --- ts/Manager/RoomRow.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {