Add missing project state localization

This commit is contained in:
Brian Federle 2012-02-14 16:04:01 -08:00
parent 64abfca407
commit d6935a003c
1 changed files with 3 additions and 3 deletions

View File

@ -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;