diff options
author | Harsh Shandilya <msfjarvis@gmail.com> | 2020-05-31 13:42:31 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-31 10:12:31 +0200 |
commit | 5a34f444c22687d791d9694b6fef2c630a4a3d0f (patch) | |
tree | c164984f695e8b19fd97b2fdbd40b3765a11f56a /app/src/main/res/values/strings.xml | |
parent | 523f2afc5389ab0bf69792d6f823a32e86f92512 (diff) |
Completely revamp decrypted password screen (#817)
* Completely revamp decrypted password screen
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
* update changelog
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
Co-authored-by: Fabian Henneke <FabianHenneke@users.noreply.github.com>
Diffstat (limited to 'app/src/main/res/values/strings.xml')
-rw-r--r-- | app/src/main/res/values/strings.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index d485f923..ffd10068 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -47,7 +47,7 @@ <string name="provider_toast_text">No OpenPGP provider selected!</string> <string name="clipboard_password_toast_text">Password copied to clipboard, you have %d seconds to paste it somewhere.</string> <string name="clipboard_password_no_clear_toast_text">Password copied to clipboard</string> - <string name="clipboard_username_toast_text">Username copied to clipboard</string> + <string name="clipboard_copied_text">Copied to clipboard</string> <string name="file_toast_text">Please provide a file name</string> <string name="path_toast_text">Please provide a file path</string> <string name="empty_toast_text">You cannot use an empty password or empty extra content</string> |