You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by da...@apache.org on 2015/06/17 13:15:36 UTC

git commit: updated refs/heads/master to 5e96d13

Repository: cloudstack
Updated Branches:
  refs/heads/master 095258009 -> 5e96d1394


CLOUDSTACK-8455: Use the correct label to display extractable checkbox

Signed-off-by: Daan Hoogland <da...@gmail.com>

This closes #471


Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/5e96d139
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/5e96d139
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/5e96d139

Branch: refs/heads/master
Commit: 5e96d13944696b33dcc0be08233af1ac0976d4f4
Parents: 0952580
Author: Erik Weber <te...@gmail.com>
Authored: Wed Jun 17 12:36:09 2015 +0200
Committer: Daan Hoogland <da...@gmail.com>
Committed: Wed Jun 17 13:14:54 2015 +0200

----------------------------------------------------------------------
 ui/scripts/templates.js | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/5e96d139/ui/scripts/templates.js
----------------------------------------------------------------------
diff --git a/ui/scripts/templates.js b/ui/scripts/templates.js
index a535d8a..98861dd 100644
--- a/ui/scripts/templates.js
+++ b/ui/scripts/templates.js
@@ -435,7 +435,7 @@
                                     },
 
                                     isExtractable: {
-                                        label: "extractable",
+                                        label: "label.extractable",
                                         docID: 'helpRegisterTemplateExtractable',
                                         isBoolean: true
                                     },
@@ -826,7 +826,7 @@
                                     },
 
                                     isExtractable: {
-                                        label: "extractable",
+                                        label: "label.extractable",
                                         docID: 'helpRegisterTemplateExtractable',
                                         isBoolean: true
                                     },
@@ -1909,7 +1909,7 @@
                                     },
 
                                     isExtractable: {
-                                        label: "extractable",
+                                        label: "label.extractable",
                                         docID: 'helpRegisterISOExtractable',
                                         isBoolean: true
                                     },