mirror of https://github.com/sualko/cloud_bbb
l10n: Adding the next dot character
parent
1b67b06ee1
commit
0d584078d9
ts/Manager
|
@ -148,7 +148,7 @@ const RoomRow: React.FC<Props> = (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) {
|
||||
|
|
Loading…
Reference in New Issue