mirror of
https://github.com/beemdevelopment/Aegis.git
synced 2025-06-17 11:59:39 +00:00
Add password strength meter
String refactor Layout improvements Layout improvements Fixes after rebuild
This commit is contained in:
parent
6e54497492
commit
cc33c63501
8 changed files with 182 additions and 42 deletions
|
@ -276,4 +276,10 @@
|
|||
<string name="previous">Previous</string>
|
||||
<string name="transfer_entry">Transfer entry</string>
|
||||
<string name="transfer_entry_description">Scan this QR code with the authenticator app you would like to transfer this entry to</string>
|
||||
|
||||
<string name="password_strength_very_weak">Very weak</string>
|
||||
<string name="password_strength_weak">Weak</string>
|
||||
<string name="password_strength_fair">Fair</string>
|
||||
<string name="password_strength_good">Good</string>
|
||||
<string name="password_strength_strong">Strong</string>
|
||||
</resources>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue