From c06cb5984eb8c853ab6007f094193c9b92d060ec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakob=20R=C3=B6hrl?= Date: Wed, 23 Sep 2020 12:44:30 +0200 Subject: [PATCH] consistent naming MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jakob Röhrl --- src/App.vue | 4 ++-- src/components/Controls.vue | 6 +++--- src/components/board/Board.vue | 2 +- src/components/navigation/AppNavigationAddBoard.vue | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/src/App.vue b/src/App.vue index ef57ed590..795ef225b 100644 --- a/src/App.vue +++ b/src/App.vue @@ -57,9 +57,9 @@ export default { addButton: { icon: 'icon-add', classes: [], - text: t('deck', 'Create new board'), + text: t('deck', 'Add board'), edit: { - text: t('deck', 'new board'), + text: t('deck', 'Add board'), action: () => { }, reset: () => { diff --git a/src/components/Controls.vue b/src/components/Controls.vue index 3830056fd..60034a20c 100644 --- a/src/components/Controls.vue +++ b/src/components/Controls.vue @@ -39,11 +39,11 @@ v-click-outside="hideAddStack"> - {{ t('deck', 'Add new list') }} + {{ t('deck', 'Add list') }}
- + - diff --git a/src/components/board/Board.vue b/src/components/board/Board.vue index 7ab5e5261..4a7d62691 100644 --- a/src/components/board/Board.vue +++ b/src/components/board/Board.vue @@ -42,7 +42,7 @@ class="no-close" :placeholder="t('deck', 'List name')" required> - diff --git a/src/components/navigation/AppNavigationAddBoard.vue b/src/components/navigation/AppNavigationAddBoard.vue index 0766adce4..cc34cb640 100644 --- a/src/components/navigation/AppNavigationAddBoard.vue +++ b/src/components/navigation/AppNavigationAddBoard.vue @@ -21,7 +21,7 @@ -->