From af3043668f6b31f99f8123fbefdba22ad4d2ad97 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julius=20H=C3=A4rtl?= Date: Mon, 12 Oct 2020 16:36:44 +0200 Subject: [PATCH] Remove trailing whitespace from translations MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Julius Härtl --- src/components/navigation/AppNavigationBoard.vue | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/components/navigation/AppNavigationBoard.vue b/src/components/navigation/AppNavigationBoard.vue index 5bf6bfefb..03647959a 100644 --- a/src/components/navigation/AppNavigationBoard.vue +++ b/src/components/navigation/AppNavigationBoard.vue @@ -50,19 +50,19 @@ icon="icon-clone" :close-after-click="true" @click="actionClone"> - {{ t('deck', 'Clone board ') }} + {{ t('deck', 'Clone board') }} - {{ t('deck', 'Unarchive board ') }} + {{ t('deck', 'Unarchive board') }} - {{ t('deck', 'Archive board ') }} + {{ t('deck', 'Archive board') }} @@ -91,7 +91,7 @@ icon="icon-delete" :close-after-click="true" @click="actionDelete"> - {{ t('deck', 'Delete board ') }} + {{ t('deck', 'Delete board') }}