We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5eaf1ac + c3b73de commit 34d6c14Copy full SHA for 34d6c14
server/views/partials/settings/change_password.hbs
@@ -12,7 +12,7 @@
12
>
13
<div class="inputs">
14
<label class="{{#if errors.currentpassword}}error{{/if}}">
15
- Current passwod:
+ Current password:
16
<input
17
id="currentpassword"
18
name="currentpassword"
@@ -23,7 +23,7 @@
23
{{#if errors.currentpassword}}<p class="error">{{errors.currentpassword}}</p>{{/if}}
24
</label>
25
<label class="{{#if errors.newpassword}}error{{/if}}">
26
- New passwod:
+ New password:
27
28
id="newpassword"
29
name="newpassword"
0 commit comments