summaryrefslogtreecommitdiffstats
path: root/portal/src/main/webapp/extsys/ems/js/commonUtil.js
diff options
context:
space:
mode:
Diffstat (limited to 'portal/src/main/webapp/extsys/ems/js/commonUtil.js')
-rw-r--r--portal/src/main/webapp/extsys/ems/js/commonUtil.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/portal/src/main/webapp/extsys/ems/js/commonUtil.js b/portal/src/main/webapp/extsys/ems/js/commonUtil.js
index 44a72f3..6a55212 100644
--- a/portal/src/main/webapp/extsys/ems/js/commonUtil.js
+++ b/portal/src/main/webapp/extsys/ems/js/commonUtil.js
@@ -53,7 +53,7 @@ commonUtil.parseDate = function (dateObj, format) {
commonUtil.showMessage = function (message, type) {
$.growl({
icon: "fa fa-envelope-o fa-lg",
- title: "  " + $.i18n.prop("nfv-nso-iui-common-tip"),
+ title: "  Tip:",
message: message
}, {
type: type