فهرست منبع

Merge pull request #837 from adam12bT/fix-typo

 fixing typo in the file server\views\partials\settings\change_passwo…
Pouria 9 ماه پیش
والد
کامیت
34d6c140f7
1فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  1. 2 2
      server/views/partials/settings/change_password.hbs

+ 2 - 2
server/views/partials/settings/change_password.hbs

@@ -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"