diff options
Diffstat (limited to 'web/app/view/MainMobile.js')
-rw-r--r-- | web/app/view/MainMobile.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/web/app/view/MainMobile.js b/web/app/view/MainMobile.js index 4e278ac7..0e302aa9 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 }] }); |