Skip to content

Commit 07b8b3b

Browse files
committed
Remove trailing whitespace from translations
Signed-off-by: Julius Härtl <jus@bitgrid.net>
1 parent db1b9d7 commit 07b8b3b

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

src/components/navigation/AppNavigationBoard.vue

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -50,19 +50,19 @@
5050
icon="icon-clone"
5151
:close-after-click="true"
5252
@click="actionClone">
53-
{{ t('deck', 'Clone board ') }}
53+
{{ t('deck', 'Clone board') }}
5454
</ActionButton>
5555
<ActionButton v-if="canManage && board.archived && !showDueSettings"
5656
icon="icon-archive"
5757
:close-after-click="true"
5858
@click="actionUnarchive">
59-
{{ t('deck', 'Unarchive board ') }}
59+
{{ t('deck', 'Unarchive board') }}
6060
</ActionButton>
6161
<ActionButton v-if="canManage && !board.archived && !showDueSettings"
6262
icon="icon-archive"
6363
:close-after-click="true"
6464
@click="actionArchive">
65-
{{ t('deck', 'Archive board ') }}
65+
{{ t('deck', 'Archive board') }}
6666
</ActionButton>
6767

6868
<ActionButton :icon="!showDueSettings ? 'icon-notifications-dark' : 'icon-view-previous' " @click="showDueSettings=!showDueSettings">
@@ -91,7 +91,7 @@
9191
icon="icon-delete"
9292
:close-after-click="true"
9393
@click="actionDelete">
94-
{{ t('deck', 'Delete board ') }}
94+
{{ t('deck', 'Delete board') }}
9595
</ActionButton>
9696
</template>
9797
</AppNavigationItem>

0 commit comments

Comments
 (0)