mirror of
https://github.com/beemdevelopment/Aegis.git
synced 2025-06-17 11:59:39 +00:00
Added minor improvements to the Intro
This commit is contained in:
parent
9859011a6d
commit
8b280ddbb0
6 changed files with 100 additions and 57 deletions
|
@ -34,7 +34,7 @@
|
|||
<string name="authentication_method_none_description">The database will be stored in plain text</string>
|
||||
<string name="authentication_method_password">Password</string>
|
||||
<string name="authentication_method_password_description">The database will be encrypted with a key derived from a password</string>
|
||||
<string name="authentication_method_fingerprint">Password & Fingerprint</string>
|
||||
<string name="authentication_method_fingerprint">Fingerprint</string>
|
||||
<string name="authentication_method_fingerprint_description">In addition to a password, fingerprints registered on this device can be used to decrypt the database</string>
|
||||
<string name="authentication_method_set_password">Password</string>
|
||||
<string name="authentication_enter_password">Enter your password</string>
|
||||
|
@ -45,7 +45,7 @@
|
|||
<string-array name="authentication_methods">
|
||||
<item>None</item>
|
||||
<item>Password</item>
|
||||
<item>Password & Fingerprint</item>
|
||||
<item>Fingerprint</item>
|
||||
</string-array>
|
||||
|
||||
<string-array name="otp_types_array">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue