Skip to content

Commit

Permalink
CLOUDSTACK-6246: UI > Infrastructure > SSL Certificate > update (1) m…
Browse files Browse the repository at this point in the history
…ouse-over hint of SSL Certificate button. (2) description in SSL Certificate dialog.

(cherry picked from commit 33476b8)

Signed-off-by: Animesh Chaturvedi <[email protected]>
  • Loading branch information
Jessica Wang authored and chaturvedia committed Mar 17, 2014
1 parent d2bec2e commit 0810029
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion client/WEB-INF/classes/resources/messages.properties
Original file line number Diff line number Diff line change
Expand Up @@ -1567,7 +1567,7 @@ message.tooltip.reserved.system.netmask=The network prefix that defines the pod
message.tooltip.zone.name=A name for the zone.
message.update.os.preference=Please choose a OS preference for this host. All virtual instances with similar preferences will be first allocated to this host before choosing another.
message.update.resource.count=Please confirm that you want to update resource counts for this account.
message.update.ssl=Please submit a new X.509 compliant SSL certificate to be updated to each console proxy virtual instance\:
message.update.ssl=Please submit a new X.509 compliant SSL certificate to be updated to each console proxy and secondary storage virtual instance\:
message.validate.instance.name=Instance name can not be longer than 63 characters. Only ASCII letters a~z, A~Z, digits 0~9, hyphen are allowed. Must start with a letter and end with a letter or a digit.
message.virtual.network.desc=A dedicated virtualized network for your account. The broadcast domain is contained within a VLAN and all public network access is routed out by a virtual router.
message.vm.create.template.confirm=Create Template will reboot the VM automatically.
Expand Down
2 changes: 1 addition & 1 deletion ui/index.jsp
Original file line number Diff line number Diff line change
Expand Up @@ -1044,7 +1044,7 @@
<div class="button refresh" id="refresh_button">
<span><fmt:message key="label.refresh"/></span>
</div>
<div id="update_ssl_button" class="button action main-action reduced-hide lock" title="Updates your Console Proxy SSL Certificate">
<div id="update_ssl_button" class="button action main-action reduced-hide lock" title="Updates your SSL Certificate">
<span class="icon">&nbsp;</span>
<span><fmt:message key="label.update.ssl.cert"/></span>
</div>
Expand Down

0 comments on commit 0810029

Please sign in to comment.