aboutsummaryrefslogtreecommitdiff
path: root/web/app/view/MainMobile.js
diff options
context:
space:
mode:
Diffstat (limited to 'web/app/view/MainMobile.js')
-rw-r--r--web/app/view/MainMobile.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/web/app/view/MainMobile.js b/web/app/view/MainMobile.js
index 4e278ac..0e302aa 100644
--- a/web/app/view/MainMobile.js
+++ b/web/app/view/MainMobile.js
@@ -36,6 +36,7 @@ Ext.define('Traccar.view.MainMobile', {
items: [{
region: 'east',
xtype: 'stateView',
+ title: Strings.stateTitle,
flex: 4,
collapsed: true,
titleCollapse: true,
@@ -48,6 +49,7 @@ Ext.define('Traccar.view.MainMobile', {
}, {
region: 'south',
xtype: 'devicesView',
+ title: Strings.deviceTitle,
flex: 1
}]
});