You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Specialized Areas/Fix scripts/Avoid Direct String in Widget HTML Templates -HealthScan Finding/script.js
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@
9
9
varreg=/>([a-zA-Z].*)<\//;// regex to check if strings are directly added in HTML Template
10
10
varregex=newRegExp(reg);
11
11
if(regex.test(current.getValue('template'))){
12
-
gs.addInfoMessage("Please use standard inernationalisation methods for strings like ${string} or define the string in server using gs.getMessage('string)"+"");
12
+
gs.addInfoMessage("Please use standard inernationalisation methods for strings like ${string} or define the string in server using gs.getMessage('string')");
0 commit comments