Merge pull request #3666 from nextcloud/Valdnet-patch-1

l10n: Delete space
This commit is contained in:
Valdnet
2022-03-23 09:10:33 +01:00
committed by GitHub

View File

@@ -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,