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
-Split 'dictionary.jsp' into two files -> 'dictionary.jsp' and
'dictionary2.jsp' -- this is due to JSP file constraints as the
localization object is getting quite long
-Per change above, 'dictionary' object is now split into an additonal
'dictionary2' object, which is merged with the main dict object on page
load
-All new dictionary mappings should be added to 'dictionary2' now.
Signed-off-by: Brian Federle <brian.federle@citrix.com>
Copy file name to clipboardExpand all lines: client/WEB-INF/classes/resources/messages.properties
+22-21Lines changed: 22 additions & 21 deletions
Original file line number
Diff line number
Diff line change
@@ -84,7 +84,7 @@ error.session.expired=Your session has expired.
84
84
error.something.went.wrong.please.correct.the.following=Something went wrong; please correct the following
85
85
error.unable.to.reach.management.server=Unable to reach Management Server
86
86
error.unresolved.internet.name=Your internet name cannot be resolved.
87
-
extractable=Extractable
87
+
label.extractable=Extractable
88
88
force.delete.domain.warning=Warning\: Choosing this option will cause the deletion of all child domains and all associated accounts and their resources.
89
89
force.delete=Force Delete
90
90
force.remove.host.warning=Warning\: Choosing this option will cause CloudStack to forcefully stop all running virtual machines before removing this host from the cluster.
0 commit comments