bug 9126: cloudStack UI - Add System Service Offering Dialog - rename "tags" to "storage tags".

This commit is contained in:
Jessica Wang 2011-06-21 16:17:08 -07:00
parent 3967ec3c0f
commit ca5364a2b2

View File

@ -149,7 +149,7 @@ dictionary = {
<div class="grid_rows odd">
<div class="grid_row_cell" style="width: 20%;">
<div class="row_celltitles">
<fmt:message key="label.tags"/>:</div>
<fmt:message key="label.storage.tags"/>:</div>
</div>
<div class="grid_row_cell" style="width: 79%;">
<div class="row_celltitles" id="tags">
@ -261,7 +261,7 @@ dictionary = {
</li>
<li id="add_service_tags_container">
<label for="add_service_tags">
<fmt:message key="label.tags"/>:</label>
<fmt:message key="label.storage.tags"/>:</label>
<input class="text" type="text" id="add_service_tags" />
<div id="add_service_tags_errormsg" class="dialog_formcontent_errormsg" style="display: none;">
</div>