password input at smaller screens

This commit is contained in:
Erica Wright
2017-10-24 11:19:08 -04:00
parent 1e4d6646c6
commit 82e206bccf
3 changed files with 28 additions and 20 deletions

View File

@@ -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')}