CLOUDSTACK-1027: Update SSL certificate button should properly reflect it's functionality:Changing the label and adding the title tag

This commit is contained in:
Pranav Saxena 2013-01-22 15:05:32 +05:30
parent 635ac34d06
commit b867609df8
1 changed files with 1 additions and 1 deletions

View File

@ -959,7 +959,7 @@ under the License.
<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">
<div id="update_ssl_button" class="button action main-action reduced-hide lock" title="Updates your Console Proxy SSL Certificate">
<span class="icon">&nbsp;</span>
<span><fmt:message key="label.update.ssl.cert"/></span>
</div>