From 000406fa3896b6f1bddb2ea734eaaf2c1325ef91 Mon Sep 17 00:00:00 2001 From: OldHawk Date: Sat, 27 May 2017 18:39:07 +0800 Subject: [PATCH] feat(users): translate sign in/up UI strings --- .../views/password/reset-password-invalid.client.view.html | 4 ++-- .../views/password/reset-password-success.client.view.html | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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}}