aboutsummaryrefslogtreecommitdiff
path: root/web/app/store/CommandTypes.js
diff options
context:
space:
mode:
Diffstat (limited to 'web/app/store/CommandTypes.js')
-rw-r--r--web/app/store/CommandTypes.js8
1 files changed, 4 insertions, 4 deletions
diff --git a/web/app/store/CommandTypes.js b/web/app/store/CommandTypes.js
index ed47d6d68..52f249931 100644
--- a/web/app/store/CommandTypes.js
+++ b/web/app/store/CommandTypes.js
@@ -22,16 +22,16 @@
data: [{
key: 'positionPeriodic',
- name: strings.commandPositionPeriodic
+ name: Strings.commandPositionPeriodic
}, {
key: 'positionStop',
- name: strings.commandPositionStop
+ name: Strings.commandPositionStop
}, {
key: 'engineStop',
- name: strings.commandEngineStop
+ name: Strings.commandEngineStop
}, {
key: 'engineResume',
- name: strings.commandEngineResume
+ name: Strings.commandEngineResume
}]
});