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",
?
Description
Description
Details
Details
Related Changes in Gerrit:
| Subject | Repo | Branch | Lines +/- | |
|---|---|---|---|---|
| Refactor:: Fix typo in i18n en.json | labs/tools/VideoCutTool | master | +2 -2 |
Event Timeline
Comment Actions
@Aklapper, Thanks for pointing!! Also, we need to change
"logout": "Logout" to "logout": "Log Out"
Comment Actions
@Aklapper inspired from our Phabricator Log Out button :P
but yeah Log out should look good and it will be consistent to Log in :)
Comment Actions
Change 663278 had a related patch set uploaded (by SarthakKundra; owner: SarthakKundra):
[labs/tools/VideoCutTool@master] Refactor:: Fix typo in i18n en.json
Comment Actions
Change 663278 merged by jenkins-bot:
[labs/tools/VideoCutTool@master] Refactor:: Fix typo in i18n en.json