summaryrefslogtreecommitdiffstats
path: root/ecomp-portal-FE-os/client/src/views/functionalMenu/functionalMenu.tpl.html
diff options
context:
space:
mode:
authorshentao999 <shentao@chinamobile.com>2019-04-02 09:29:10 +0800
committershentao999 <shentao@chinamobile.com>2019-04-02 09:29:11 +0800
commit75d35b5965542bb77c03999fed0e6663cbdd8a27 (patch)
tree484680826bd3a7b950ab2710b4bd1fb6759351f1 /ecomp-portal-FE-os/client/src/views/functionalMenu/functionalMenu.tpl.html
parent18def1dcb43684553ba04647cfdb6acdaf8bda4d (diff)
Modify html label to support multi-language
Change-Id: I080a1abce7daeebab1a1c3ab01c6ad9af94e13ed Issue-ID: PORTAL-377 Signed-off-by: shentao999 <shentao@chinamobile.com>
Diffstat (limited to 'ecomp-portal-FE-os/client/src/views/functionalMenu/functionalMenu.tpl.html')
-rw-r--r--ecomp-portal-FE-os/client/src/views/functionalMenu/functionalMenu.tpl.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/ecomp-portal-FE-os/client/src/views/functionalMenu/functionalMenu.tpl.html b/ecomp-portal-FE-os/client/src/views/functionalMenu/functionalMenu.tpl.html
index 538ac4e7..669cf9f5 100644
--- a/ecomp-portal-FE-os/client/src/views/functionalMenu/functionalMenu.tpl.html
+++ b/ecomp-portal-FE-os/client/src/views/functionalMenu/functionalMenu.tpl.html
@@ -38,7 +38,7 @@
<div class="functional-menu-main">
<div class="functional-menu-container" id="page-content">
<div id="title" class="w-ecomp-main-view-title">
- <h1 class="heading-page" >Edit Functional Menu</h1>
+ <h1 class="heading-page" >{{'Edit Functional Menu'|T}}</h1>
</div>
<div id="tree1">
<div id="Service_Creation"></div>
@@ -57,7 +57,7 @@
</ul>
</script>
<div class="functional-admin-button-container">
- <button id="regenrate-functionalmenu-btn" class="btn btn-alt btn-small" ng-click="functionalMenu.regenerateFunctionalMenuAncestors()">Regenerate Menu</button>
+ <button id="regenrate-functionalmenu-btn" class="btn btn-alt btn-small" ng-click="functionalMenu.regenerateFunctionalMenuAncestors()">{{'Regenerate Menu'|T}}</button>
<span class="n16r" style="color:black">Click when you are done with your changes</span>
</div>
</div>