Forráskód Böngészése

fixing typo in the file server\views\partials\settings\change_password.hbs

adam 10 hónapja
szülő
commit
c3b73deb64
1 módosított fájl, 2 hozzáadás és 2 törlés
  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"