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/header/header.tpl.html | 25 ++++++++++++---------- 1 file changed, 14 insertions(+), 11 deletions(-) (limited to 'ecomp-portal-FE-common/client/app/views/header/header.tpl.html') diff --git a/ecomp-portal-FE-common/client/app/views/header/header.tpl.html b/ecomp-portal-FE-common/client/app/views/header/header.tpl.html index 83abf7de..ed240b9a 100644 --- a/ecomp-portal-FE-common/client/app/views/header/header.tpl.html +++ b/ecomp-portal-FE-common/client/app/views/header/header.tpl.html @@ -92,8 +92,8 @@

-

No Favorites

-

Add your favorite items for quick access.

+

{{'No Favorites'|T}}

+

{{'Add your favorite items for quick access'|T}}.

@@ -155,6 +155,10 @@
  • {{loginSnippetUserid}}
  •  
  • - Last login:
  • + {{'Last login'|T}}:
  • {{ lastLogin | date : 'medium' }}
  •  

  • @@ -215,7 +218,7 @@
    @@ -240,7 +243,7 @@
    -

    Notifications

    +

    {{'Notifications'| T}}

    @@ -250,7 +253,7 @@
    -

    No New Notifications.

    +

    {{'No New Notifications'| T}}.

    -- cgit 1.2.3-korg