diff options
author | Balasankar C <balasankarc@users.noreply.github.com> | 2018-01-16 20:31:39 +0000 |
---|---|---|
committer | Mohamed Zenadi <zeapo@users.noreply.github.com> | 2018-01-16 21:31:39 +0100 |
commit | 7eb866b94344c39ecfba309ee6f9efe58e0a9238 (patch) | |
tree | d88d021f074d1472212e785753c89b7939b95cef /app/src/main/res/values | |
parent | 0480e7cb028102c413449bbceae03bb7ba159350 (diff) |
Fix totp elements layout (#367)
* Fix totp elements layout
* Add missing rule
* Make username copy button invisible by default
* Fix totp copy button string
* Don't show username fields if not set
Diffstat (limited to 'app/src/main/res/values')
-rw-r--r-- | app/src/main/res/values/strings.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index 8a5f0e39..9d23a253 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -97,6 +97,7 @@ <string name="edit_password">Edit password</string> <string name="copy_password">Copy password</string> <string name="copy_username">Copy username</string> + <string name="copy_totp">Copy OTP code</string> <string name="share_as_plaintext">Share as plaintext</string> <string name="last_changed">Last changed %s</string> |