l10n: Addition of the dot character

pull/36/head
Valdnet 2020-05-19 11:30:41 +02:00 committed by GitHub
parent f4aff6cd7c
commit 1b67b06ee1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -95,7 +95,7 @@ const RoomRow: React.FC<Props> = (props) => {
ev.preventDefault();
OC.dialogs.confirm(
t('bbb', 'Are you sure you want to delete "{name}"? This operation can not be undone', { name: room.name }),
t('bbb', 'Are you sure you want to delete "{name}"? This operation can not be undone.', { name: room.name }),
t('bbb', 'Delete "{name}"?', { name: room.name }),
confirmed => {
if (confirmed) {
@ -234,4 +234,4 @@ const RoomRow: React.FC<Props> = (props) => {
);
};
export default RoomRow;
export default RoomRow;