summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDoug Fish <drfish@us.ibm.com>2014-10-24 15:58:32 -0500
committerDoug Fish <drfish@us.ibm.com>2014-10-29 15:27:33 +0000
commited895a181db0c75000cd0ef34ac0d769a295424c (patch)
tree3fe938ef5b81196a255a5f68c862b30c14e896d0
parent9e777f2530f3cecda97f4a0c2b261afe89dc295d (diff)
downloadhorizon-ed895a181db0c75000cd0ef34ac0d769a295424c.tar.gz
Make update metadata segments translatable
The terms "Other" and "Filter" in the update metadata template need to be translatable. Change-Id: Ied108d0bf1b2f139ecbb36bb79b44f26ac911db2 Closes-Bug: #1385485 (cherry picked from commit fb70d3cfbdd16971951e536f7e8c56caba813f43)
-rw-r--r--horizon/templates/horizon/common/_modal_form_update_metadata.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/horizon/templates/horizon/common/_modal_form_update_metadata.html b/horizon/templates/horizon/common/_modal_form_update_metadata.html
index 3b648065e..602139386 100644
--- a/horizon/templates/horizon/common/_modal_form_update_metadata.html
+++ b/horizon/templates/horizon/common/_modal_form_update_metadata.html
@@ -25,7 +25,7 @@
<div class="form-group has-feedback">
<strong>{% trans "Available Metadata" %}</strong>
<input class="form-control input-sm"
- type="text" placeholder="Filter"
+ type="text" placeholder="{% trans "Filter" %}"
ng-model="treeFilter"/>
<span class="glyphicon glyphicon-search form-control-feedback">
</span>
@@ -35,7 +35,7 @@
<ul class="list-group" ng-cloak>
<li class="list-group-item">
<div class="input-group input-group-sm">
- <span class="input-group-addon">Other</span>
+ <span class="input-group-addon">{% trans "Other" %}</span>
<input class="form-control" type="text" name="customItem"
ng-model="customItem.value"
ng-model-options="{updateOn: 'default focus blur', debounce: {default: 500, focus: 0, blur: 0}}"
@@ -98,7 +98,7 @@
<div class="form-group has-feedback">
<strong>{% trans "Existing Metadata" %}</strong>
<input class="form-control input-sm"
- type="text" placeholder="Filter"
+ type="text" placeholder="{% trans "Filter" %}"
ng-model="listFilter"/>
<span class="glyphicon glyphicon-search form-control-feedback">
</span>