Page MenuHomePhabricator

Typo in login string
Closed, ResolvedPublic

Description

Assuming that these are both verbs/imperatives and not both nouns,
./src/i18n/en.json: "login": "Register / Login",
should probably be
./src/i18n/en.json: "login": "Register / Log in",
?

Details

Event Timeline

@Aklapper, Thanks for pointing!! Also, we need to change
"logout": "Logout" to "logout": "Log Out"

Not sure why that's capitalized, instead of using Log out?

@Aklapper inspired from our Phabricator Log Out button :P
but yeah Log out should look good and it will be consistent to Log in :)

Change 663278 had a related patch set uploaded (by SarthakKundra; owner: SarthakKundra):
[labs/tools/VideoCutTool@master] Refactor:: Fix typo in i18n en.json

https://gerrit.wikimedia.org/r/663278

Change 663278 merged by jenkins-bot:
[labs/tools/VideoCutTool@master] Refactor:: Fix typo in i18n en.json

https://gerrit.wikimedia.org/r/663278