password input at smaller screens
This commit is contained in:
parent
1e4d6646c6
commit
82e206bccf
3 changed files with 28 additions and 20 deletions
|
@ -6,7 +6,7 @@ module.exports = function(state, emit) {
|
|||
fileInfo.password === null
|
||||
? html`
|
||||
<label class="red"
|
||||
for="unlock-input">${state.translate('incorrectPassword')}</label>`
|
||||
for="unlock-input">${state.translate('passwordTryAgain')}</label>`
|
||||
: html`
|
||||
<label for="unlock-input">
|
||||
${state.translate('unlockInputLabel')}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue