WIP replace
This commit is contained in:
parent
ba094c3e42
commit
833c0f1625
83 changed files with 971 additions and 759 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue