added translations

Signed-off-by: Jakob Röhrl <jakob.roehrl@web.de>
This commit is contained in:
Jakob Röhrl
2020-01-28 10:16:16 +01:00
parent 6bf813b79d
commit 67fdc738d2
5 changed files with 7 additions and 7 deletions

View File

@@ -33,7 +33,7 @@
<ActionButton icon="icon-add" :title="t('deck', 'Add new stack')" @click.stop="showAddStack" />
</Actions>
<form v-else @submit.prevent="addNewStack()">
<label for="new-stack-input-main" class="hidden-visually">Add a new stack</label>
<label for="new-stack-input-main" class="hidden-visually">{{ t('deck', 'Add a new stack') }}</label>
<input id="new-stack-input-main"
v-model="newStackTitle"
type="text"