Fixing translation in register screen

stable
Alejandro Alonso 2015-05-08 11:22:10 +02:00
parent c178ca37d5
commit 42ea4555e6
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ form.login-form
placeholder="{{'LOGIN_COMMON.PLACEHOLDER_AUTH_NAME' | translate}}") placeholder="{{'LOGIN_COMMON.PLACEHOLDER_AUTH_NAME' | translate}}")
fieldset.login-password fieldset.login-password
input(type="password", name="password", ng-model="dataLogin.password", data-required="true", input(type="password", name="password", ng-model="dataLogin.password", data-required="true",
placeholder="{{''LOGIN_COMMON.PLACEHOLDER_AUTH_PASSWORD' | translate}}") placeholder="{{'LOGIN_COMMON.PLACEHOLDER_AUTH_PASSWORD' | translate}}")
a.forgot-pass(href="", tg-nav="forgot-password", title="{{'LOGIN_COMMON.TITLE_LINK_FORGOT_PASSWORD' | translate}}", translate="LOGIN_COMMON.LINK_FORGOT_PASSWORD") a.forgot-pass(href="", tg-nav="forgot-password", title="{{'LOGIN_COMMON.TITLE_LINK_FORGOT_PASSWORD' | translate}}", translate="LOGIN_COMMON.LINK_FORGOT_PASSWORD")
fieldset fieldset
button.button-login.button-gray.submit-button(type="submit", title="{{'LOGIN_COMMON.ACTION_ENTER' | translate}}", translate="LOGIN_COMMON.ACTION_ENTER") button.button-login.button-gray.submit-button(type="submit", title="{{'LOGIN_COMMON.ACTION_ENTER' | translate}}", translate="LOGIN_COMMON.ACTION_ENTER")