From 7a5eca2dee9e385501e8208a0c5575ece38cd211 Mon Sep 17 00:00:00 2001 From: Valdnet <47037905+Valdnet@users.noreply.github.com> Date: Wed, 23 Mar 2022 08:49:58 +0100 Subject: [PATCH] l10n: Delete space Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com> --- src/components/board/SharingTabSidebar.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/board/SharingTabSidebar.vue b/src/components/board/SharingTabSidebar.vue index 0aa2136d2..f57c28644 100644 --- a/src/components/board/SharingTabSidebar.vue +++ b/src/components/board/SharingTabSidebar.vue @@ -200,7 +200,7 @@ export default { }, clickTransferOwner(newOwner) { OC.dialogs.confirmDestructive( - t('deck', 'Are you sure you want to transfer the board {title} for {user} ?', { title: this.board.title, user: newOwner }), + t('deck', 'Are you sure you want to transfer the board {title} for {user}?', { title: this.board.title, user: newOwner }), t('deck', 'Transfer the board.'), { type: OC.dialogs.YES_NO_BUTTONS,