Fix typos in translation keys

This commit is contained in:
andreymal 2021-07-08 16:24:40 +03:00
parent 21e96a08c9
commit 6ddd775530
Signed by: andreymal
GPG Key ID: CB605DA977D27A93
2 changed files with 2 additions and 2 deletions

View File

@ -130,7 +130,7 @@
</div>
<div class="field">
<label class="label">{{ $t('task.attributes.label') }}</label>
<label class="label">{{ $t('task.attributes.labels') }}</label>
<div class="control">
<multiselect
:placeholder="$t('label.search')"

View File

@ -62,7 +62,7 @@
id="linkSharePassword"
type="password"
class="input"
:placeholder="$t('user.auth.passwortPlaceholder')"
:placeholder="$t('user.auth.passwordPlaceholder')"
v-tooltip="$t('list.share.links.passwordExplanation')"
v-model="password"
/>