aboutsummaryrefslogtreecommitdiff
path: root/app/src
diff options
context:
space:
mode:
authorxPMo <PMo_@vivaldi.net>2019-07-21 16:54:32 -0500
committerHarsh Shandilya <msfjarvis@gmail.com>2019-07-22 03:24:32 +0530
commiteaeeaf41155e78ab8a6fcd0387ca372478cf261e (patch)
tree3ecb225c68e5e83e0a9de621c16c279d8d62f7ab /app/src
parent0889cbe7d2800712992e8a21d1922ccb56bcbd55 (diff)
Fix typo in username toast (#525)
Diffstat (limited to 'app/src')
-rw-r--r--app/src/main/res/values/strings.xml2
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 bdb77193..b6bfb31e 100644
--- a/app/src/main/res/values/strings.xml
+++ b/app/src/main/res/values/strings.xml
@@ -233,7 +233,7 @@
<string name="autofill_pick_and_match">Pick and match…</string>
<string name="autofill_paste">Paste</string>
<string name="autofill_paste_username">Paste username?\n\n%s</string>
- <string name="autofill_toast_username">Select an editable field to past the username.\nUsername is available for %d seconds.</string>
+ <string name="autofill_toast_username">Select an editable field to paste the username.\nUsername is available for %d seconds.</string>
<string name="ssh_key_does_not_exist">Unable to open the ssh private key, please check that the file exists</string>
<string name="new_password_title">New password</string>
<string name="edit_password_title">Editing</string>