From 45d2f704aca7076d510749985d1f7a5f111f73d5 Mon Sep 17 00:00:00 2001 From: shentao999 Date: Tue, 2 Apr 2019 09:56:55 +0800 Subject: Modify html label to support multi-language Change-Id: I2f189dd935307488d8e63db624931ddbb1a18e95 Issue-ID: PORTAL-377 Signed-off-by: shentao999 --- .../client/app/views/users/users.tpl.html | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'ecomp-portal-FE-common/client/app/views/users/users.tpl.html') diff --git a/ecomp-portal-FE-common/client/app/views/users/users.tpl.html b/ecomp-portal-FE-common/client/app/views/users/users.tpl.html index ef08e50b..40175810 100644 --- a/ecomp-portal-FE-common/client/app/views/users/users.tpl.html +++ b/ecomp-portal-FE-common/client/app/views/users/users.tpl.html @@ -39,7 +39,7 @@
-

Users

+

{{'Users'|T}}

@@ -58,7 +58,7 @@
-

Use the 'Select application' dropdown to see users.

+

{{'Use dropdown'|T}}.

- First Name - Last Name - User ID - Roles + {{'First Name'|T}} + {{'Last Name'|T}} + {{'User Id'|T}} + {{'Roles'|T}} @@ -103,7 +103,7 @@
-

Attention:

+

{{'Attention'|T}}:

 

It appears that you have not been added as an admin yet to an application.

 

-- cgit 1.2.3-korg