diff --git a/ui/dictionary2.jsp b/ui/dictionary2.jsp
index 98ecd5163f3..52fd48043d6 100644
--- a/ui/dictionary2.jsp
+++ b/ui/dictionary2.jsp
@@ -671,7 +671,6 @@ $.extend(dictionary, {
'state.Expunging': '',
'state.Migrating': '',
'state.Pending': '',
-'state.ready': '',
'state.Ready': '',
'state.Running': '',
'state.Starting': '',
diff --git a/ui/scripts/templates.js b/ui/scripts/templates.js
index a8e8dad39e7..c3d8022f9af 100644
--- a/ui/scripts/templates.js
+++ b/ui/scripts/templates.js
@@ -1068,7 +1068,7 @@
label: 'label.status'
},
isready: {
- label: 'state.ready',
+ label: 'state.Ready',
converter: cloudStack.converters.toBooleanText
}
},
@@ -1283,7 +1283,7 @@
label: 'label.zone.id'
},
isready: {
- label: 'state.ready',
+ label: 'state.Ready',
converter: cloudStack.converters.toBooleanText
},
status: {
@@ -2067,7 +2067,7 @@
label: 'label.status'
},
isready: {
- label: 'state.ready',
+ label: 'state.Ready',
converter: cloudStack.converters.toBooleanText
}
},