Skip to content

Commit 34d6c14

Browse files
authored
Merge pull request #837 from adam12bT/fix-typo
fixing typo in the file server\views\partials\settings\change_passwo…
2 parents 5eaf1ac + c3b73de commit 34d6c14

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

server/views/partials/settings/change_password.hbs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
>
1313
<div class="inputs">
1414
<label class="{{#if errors.currentpassword}}error{{/if}}">
15-
Current passwod:
15+
Current password:
1616
<input
1717
id="currentpassword"
1818
name="currentpassword"
@@ -23,7 +23,7 @@
2323
{{#if errors.currentpassword}}<p class="error">{{errors.currentpassword}}</p>{{/if}}
2424
</label>
2525
<label class="{{#if errors.newpassword}}error{{/if}}">
26-
New passwod:
26+
New password:
2727
<input
2828
id="newpassword"
2929
name="newpassword"

0 commit comments

Comments
 (0)