Skip to content

Commit b10dbf8

Browse files
authored
Merge pull request #3666 from nextcloud/Valdnet-patch-1
l10n: Delete space
2 parents b9e4288 + 7a5eca2 commit b10dbf8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/board/SharingTabSidebar.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ export default {
200200
},
201201
clickTransferOwner(newOwner) {
202202
OC.dialogs.confirmDestructive(
203-
t('deck', 'Are you sure you want to transfer the board {title} for {user} ?', { title: this.board.title, user: newOwner }),
203+
t('deck', 'Are you sure you want to transfer the board {title} for {user}?', { title: this.board.title, user: newOwner }),
204204
t('deck', 'Transfer the board.'),
205205
{
206206
type: OC.dialogs.YES_NO_BUTTONS,

0 commit comments

Comments
 (0)