diff options
author | 2021-07-04 12:11:07 +0300 | |
---|---|---|
committer | 2021-07-05 14:08:59 -0700 | |
commit | d5efd776b741e96054afdda80ec123f425c1228b (patch) | |
tree | c42c0c0add47224cb4c52fe7c1706a8f19208cc0 | |
parent | 164bcc2f4a949be277144723fa6d423a6e851625 (diff) | |
download | v2-d5efd776b741e96054afdda80ec123f425c1228b.tar.gz v2-d5efd776b741e96054afdda80ec123f425c1228b.tar.zst v2-d5efd776b741e96054afdda80ec123f425c1228b.zip |
Add "in" in "logged in" for en_US tooltip.logged_user
Fix a typo, by adding the "in" part of the phrasal verb as the intent is
to notify the user that they are "logged" in in the system as user X and
not to notify them that they are "recorded"
-rw-r--r-- | locale/translations/en_US.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/locale/translations/en_US.json b/locale/translations/en_US.json index 52d29f0b..cfe5a81f 100644 --- a/locale/translations/en_US.json +++ b/locale/translations/en_US.json @@ -16,7 +16,7 @@ "action.login": "Login", "action.home_screen": "Add to home screen", "tooltip.keyboard_shortcuts": "Keyboard Shortcut: %s", - "tooltip.logged_user": "Logged as %s", + "tooltip.logged_user": "Logged in as %s", "menu.unread": "Unread", "menu.starred": "Starred", "menu.history": "History", |