You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by mc...@apache.org on 2014/03/06 23:06:55 UTC

[12/50] [abbrv] git commit: updated refs/heads/rbac to 48e08fe

CLOUDSTACK-6196: [UI] Fixed invalid field name (label.dynamically.scalable) on instance details.

Signed-off-by: Mihaela Stoica <mi...@citrix.com>


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

Branch: refs/heads/rbac
Commit: b71f50731c26fe53f1c4d300f57df9f48be13340
Parents: ebcaec8
Author: Mihaela Stoica <mi...@citrix.com>
Authored: Mon Mar 3 16:25:25 2014 +0000
Committer: Brian Federle <br...@citrix.com>
Committed: Mon Mar 3 10:12:51 2014 -0800

----------------------------------------------------------------------
 ui/dictionary.jsp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/b71f5073/ui/dictionary.jsp
----------------------------------------------------------------------
diff --git a/ui/dictionary.jsp b/ui/dictionary.jsp
index bf48417..fdf15cc 100644
--- a/ui/dictionary.jsp
+++ b/ui/dictionary.jsp
@@ -1251,7 +1251,7 @@ dictionary = {
 'label.network.addVM': '<fmt:message key="label.network.addVM" />',
 'label.set.default.NIC': '<fmt:message key="label.set.default.NIC" />',
 'label.Xenserver.Tools.Version61plus': '<fmt:message key="label.Xenserver.Tools.Version61plus" />',
-'label.dynamically.scalabel': '<fmt:message key="label.dynamically.scalabel" />',
+'label.dynamically.scalable': '<fmt:message key="label.dynamically.scalable" />',
 'label.instance.scaled.up': '<fmt:message key="label.instance.scaled.up" />',
 'label.tag.value': '<fmt:message key="label.tag.value" />',
 'label.tag.key': '<fmt:message key="label.tag.key" />',