Merge pull request #837 from adam12bT/fix-typo
fixing typo in the file server\views\partials\settings\change_passwo…
This commit is contained in:
commit
34d6c140f7
@ -12,7 +12,7 @@
|
||||
>
|
||||
<div class="inputs">
|
||||
<label class="{{#if errors.currentpassword}}error{{/if}}">
|
||||
Current passwod:
|
||||
Current password:
|
||||
<input
|
||||
id="currentpassword"
|
||||
name="currentpassword"
|
||||
@ -23,7 +23,7 @@
|
||||
{{#if errors.currentpassword}}<p class="error">{{errors.currentpassword}}</p>{{/if}}
|
||||
</label>
|
||||
<label class="{{#if errors.newpassword}}error{{/if}}">
|
||||
New passwod:
|
||||
New password:
|
||||
<input
|
||||
id="newpassword"
|
||||
name="newpassword"
|
||||
|
Loading…
x
Reference in New Issue
Block a user