diff options
Diffstat (limited to 'web/app/view/AttributeDialog.js')
-rw-r--r-- | web/app/view/AttributeDialog.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/app/view/AttributeDialog.js b/web/app/view/AttributeDialog.js index 6ba7aeedf..be06b7576 100644 --- a/web/app/view/AttributeDialog.js +++ b/web/app/view/AttributeDialog.js @@ -22,7 +22,7 @@ Ext.define('Traccar.view.AttributeDialog', { ], controller: 'baseEditDialog', - title: Strings.stateName, + title: Strings.sharedAttribute, items: { xtype: 'form', |