mirror of https://github.com/apache/cloudstack.git
Add missing project state localization
This commit is contained in:
parent
64abfca407
commit
d6935a003c
|
|
@ -558,9 +558,9 @@
|
|||
state: {
|
||||
converter: function(str) {
|
||||
// For localization
|
||||
return str;
|
||||
return 'state.' + str;
|
||||
},
|
||||
label: 'Status', indicator: {
|
||||
label: 'label.status', indicator: {
|
||||
converter: function(str) {
|
||||
return 'state.' + str;
|
||||
},
|
||||
|
|
@ -838,7 +838,7 @@
|
|||
project: { label: 'label.project' },
|
||||
domain: { label: 'label.domain' },
|
||||
state: {
|
||||
label: 'Status',
|
||||
label: 'label.status',
|
||||
converter: function(str) {
|
||||
// For localization
|
||||
return 'state.' + str;
|
||||
|
|
|
|||
Loading…
Reference in New Issue