Skip to content

Commit

Permalink
Fix typos
Browse files Browse the repository at this point in the history
Closes #297
  • Loading branch information
adlk committed Nov 17, 2017
1 parent fc3eb9b commit 8736c15
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/i18n/locales/en-US.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
"password.link.signup": "Create a free account",
"password.link.login": "Sign in to your account",
"signup.headline": "Sign up",
"signup.firstname.label": "Firstname",
"signup.lastname.label": "Lastname",
"signup.firstname.label": "First Name",
"signup.lastname.label": "Last Name",
"signup.email.label": "Email address",
"signup.company.label": "Company",
"signup.password.label": "Password",
Expand Down Expand Up @@ -149,8 +149,8 @@
"settings.app.form.beta": "Include beta versions",
"settings.app.currentVersion": "Current version:",
"settings.app.restartRequired": "Changes require restart",
"settings.user.form.firstname": "Firstname",
"settings.user.form.lastname": "Lastname",
"settings.user.form.firstname": "First Name",
"settings.user.form.lastname": "Last Name",
"settings.user.form.email": "Email",
"settings.user.form.currentPassword": "Current password",
"settings.user.form.newPassword": "New password",
Expand Down

0 comments on commit 8736c15

Please sign in to comment.