From c3a60500aa259f8ac1f0bbb9074d07c41fa9bfdd Mon Sep 17 00:00:00 2001 From: Valdnet <47037905+Valdnet@users.noreply.github.com> Date: Mon, 12 Apr 2021 11:35:36 +0200 Subject: [PATCH] l10n: Unify spelling Spelling unification in Nextcloud applications. --- ts/Restrictions/RestrictionRow.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ts/Restrictions/RestrictionRow.tsx b/ts/Restrictions/RestrictionRow.tsx index 0dad6ca..3c5c899 100644 --- a/ts/Restrictions/RestrictionRow.tsx +++ b/ts/Restrictions/RestrictionRow.tsx @@ -25,7 +25,7 @@ const RestrictionRoom: React.FC = (props) => { ev.preventDefault(); OC.dialogs.confirm( - t('bbb', 'Are you sure you want to delete the restrictions for group "{name}"? This operation can not be undone.', { name: restriction.groupId }), + t('bbb', 'Are you sure you want to delete the restrictions for group "{name}"? This operation cannot be undone.', { name: restriction.groupId }), t('bbb', 'Delete restrictions for "{name}"?', { name: restriction.groupId }), confirmed => { if (confirmed) {