diff options
author | Harsh Shandilya <me@msfjarvis.dev> | 2021-11-01 19:53:02 +0530 |
---|---|---|
committer | Harsh Shandilya <me@msfjarvis.dev> | 2021-11-03 15:51:43 +0530 |
commit | 3c6ddc9cdaf8200b3528ceb8e4b64275322d21d3 (patch) | |
tree | e5311ad936b2f21da3273939f08dccecbde7a598 /app/src/main/res/values | |
parent | f1502bd389d3747277c98ac8ce80b74ceba2297b (diff) |
app: remove invalid color references
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 d608e3c4..16269719 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -399,5 +399,6 @@ <string name="otp_import_manual_hint_account">Account</string> <string name="gpg_key_select_mandatory">Selecting a GPG key is necessary to proceed</string> <string name="place_shortcut_on_home_screen">Place shortcut on home screen</string> + <string name="password_list_fab_content_description">Create new password or folder</string> </resources> |