diff --git a/modules/users/client/views/password/reset-password-invalid.client.view.html b/modules/users/client/views/password/reset-password-invalid.client.view.html index 4acd7d7f..68ffa716 100644 --- a/modules/users/client/views/password/reset-password-invalid.client.view.html +++ b/modules/users/client/views/password/reset-password-invalid.client.view.html @@ -1,4 +1,4 @@
-

{{ 'STATUS_FIELD.RESET_PASS_INVALID' | translate}}

- {{ 'STATUS_FIELD.RE_RESET_PASSWORD' | translate}} +

{{ 'SIGN.RESET_PASS_INVALID' | translate}}

+ {{ 'SIGN.RE_RESET_PASSWORD' | translate}}
diff --git a/modules/users/client/views/password/reset-password-success.client.view.html b/modules/users/client/views/password/reset-password-success.client.view.html index d18536aa..b79f3a01 100644 --- a/modules/users/client/views/password/reset-password-success.client.view.html +++ b/modules/users/client/views/password/reset-password-success.client.view.html @@ -1,3 +1,3 @@
-

{{ 'STATUS_FIELD.RESET_PASS_OK' | translate}}

+

{{ 'SIGN.RESET_PASS_OK' | translate}}