aboutsummaryrefslogtreecommitdiff
path: root/web/app/view/dialog
diff options
context:
space:
mode:
authorAbyss777 <abyss@fox5.ru>2017-09-08 09:06:58 +0500
committerAbyss777 <abyss@fox5.ru>2017-09-08 09:06:58 +0500
commit165b9f0d150c2eaf6a87c43923ab713518c7afe8 (patch)
treec7421e9f3c7f03d87016645ede0ce41664c95e29 /web/app/view/dialog
parent55747a648681224ccaa22ee52c437bbabc0bdbe3 (diff)
downloadetbsa-traccar-web-165b9f0d150c2eaf6a87c43923ab713518c7afe8.tar.gz
etbsa-traccar-web-165b9f0d150c2eaf6a87c43923ab713518c7afe8.tar.bz2
etbsa-traccar-web-165b9f0d150c2eaf6a87c43923ab713518c7afe8.zip
Fix Driver dialog title
Diffstat (limited to 'web/app/view/dialog')
-rw-r--r--web/app/view/dialog/Driver.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/app/view/dialog/Driver.js b/web/app/view/dialog/Driver.js
index 437ef66..b67e182 100644
--- a/web/app/view/dialog/Driver.js
+++ b/web/app/view/dialog/Driver.js
@@ -19,7 +19,7 @@
Ext.define('Traccar.view.dialog.Driver', {
extend: 'Traccar.view.dialog.BaseEdit',
- title: Strings.sharedDevice,
+ title: Strings.sharedDriver,
items: {
xtype: 'form',