recovery view: added accessibility labels for passphrase and password

Signed-off-by: Oleksii Lymarenko <alexey.lymarenko@gmail.com>
This commit is contained in:
Oleksii Lymarenko 2018-11-16 13:54:11 +02:00
parent 96ff54e702
commit 360ee565f2
No known key found for this signature in database
GPG Key ID: 2007E841ECE4A02C
1 changed files with 2 additions and 0 deletions

View File

@ -22,6 +22,7 @@
:height 92
:ref (partial reset! input-ref)
:label (i18n/label :t/recovery-phrase)
:accessibility-label :enter-12-words
:placeholder (i18n/label :t/enter-12-words)
:multiline true
:default-value passphrase
@ -36,6 +37,7 @@
:important-for-accessibility :no-hide-descendants}
[text-input/text-input-with-label
{:label (i18n/label :t/password)
:accessibility-label :enter-password
:placeholder (i18n/label :t/enter-password)
:default-value password
:auto-focus false