Skip to content

Commit

Permalink
Merge pull request #3666 from nextcloud/Valdnet-patch-1
Browse files Browse the repository at this point in the history
l10n: Delete space
  • Loading branch information
Valdnet authored Mar 23, 2022
2 parents b9e4288 + 7a5eca2 commit b10dbf8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/board/SharingTabSidebar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit b10dbf8

Please sign in to comment.