diff options
author | shentao999 <shentao@chinamobile.com> | 2019-04-02 09:56:55 +0800 |
---|---|---|
committer | shentao999 <shentao@chinamobile.com> | 2019-04-02 09:56:56 +0800 |
commit | 45d2f704aca7076d510749985d1f7a5f111f73d5 (patch) | |
tree | 25b9057840d850855b91167398a3a25454a6c665 /ecomp-portal-FE-common/client/app/views/widget-catalog | |
parent | e5bdf8b209c5cc58c435c920c596f3c67f47de20 (diff) |
Modify html label to support multi-language
Change-Id: I2f189dd935307488d8e63db624931ddbb1a18e95
Issue-ID: PORTAL-377
Signed-off-by: shentao999 <shentao@chinamobile.com>
Diffstat (limited to 'ecomp-portal-FE-common/client/app/views/widget-catalog')
-rw-r--r-- | ecomp-portal-FE-common/client/app/views/widget-catalog/widget-catalog.tpl.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ecomp-portal-FE-common/client/app/views/widget-catalog/widget-catalog.tpl.html b/ecomp-portal-FE-common/client/app/views/widget-catalog/widget-catalog.tpl.html index e8647c7d..e58de4ba 100644 --- a/ecomp-portal-FE-common/client/app/views/widget-catalog/widget-catalog.tpl.html +++ b/ecomp-portal-FE-common/client/app/views/widget-catalog/widget-catalog.tpl.html @@ -39,7 +39,7 @@ <div class="w-ecomp-main-container"> <div class="widget-catalog" id="page-content"> <div id="title" class="w-ecomp-main-view-title"> - <h1 class="heading-page">Widget Catalog</h1> + <h1 class="heading-page">{{'Widget Catalog'|T}}</h1> </div> <div class="widget-centerAlignment"> <div class="portals-list"> |