added control titles
This commit is contained in:
parent
2169a49d4c
commit
f0a60d8c8e
7 changed files with 34 additions and 13 deletions
|
@ -36,6 +36,7 @@ function password(state, emit) {
|
|||
? 'bg-red hover:bg-red focus:bg-red'
|
||||
: ''}"
|
||||
value="${state.translate('unlockButtonLabel')}"
|
||||
title="${state.translate('unlockButtonLabel')}"
|
||||
/>
|
||||
</form>
|
||||
<label
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue