WIP replace

This commit is contained in:
Eliot Berriot 2018-06-30 15:28:47 +02:00
commit 833c0f1625
No known key found for this signature in database
GPG key ID: DD6965E2476E5C27
83 changed files with 971 additions and 759 deletions

View file

@ -6,7 +6,7 @@
:type="passwordInputType"
@input="$emit('input', $event.target.value)"
:value="value">
<span @click="showPassword = !showPassword" :title="$t('Show/hide password')" class="ui icon button">
<span @click="showPassword = !showPassword" :title="$gettext('Show/hide password')" class="ui icon button">
<i class="eye icon"></i>
</span>
</div>