aboutsummaryrefslogtreecommitdiff
path: root/web/app/view/State.js
diff options
context:
space:
mode:
Diffstat (limited to 'web/app/view/State.js')
-rw-r--r--web/app/view/State.js6
1 files changed, 3 insertions, 3 deletions
diff --git a/web/app/view/State.js b/web/app/view/State.js
index 5cb31c676..b67c9a46f 100644
--- a/web/app/view/State.js
+++ b/web/app/view/State.js
@@ -27,14 +27,14 @@
controller: 'state',
store: 'Attributes',
- title: strings.stateTitle,
+ title: Strings.stateTitle,
columns: [{
- text: strings.stateName,
+ text: Strings.stateName,
dataIndex: 'name',
flex: 1
}, {
- text: strings.stateValue,
+ text: Strings.stateValue,
dataIndex: 'value',
flex: 1
}]