diff options
author | Anton Tananaev <anton.tananaev@gmail.com> | 2016-06-29 14:35:42 +1200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-06-29 14:35:42 +1200 |
commit | 20d9e6d46fb692f42c9f2a73bcd354691bdd9385 (patch) | |
tree | ae1da444cd0fd5735d95078270f3705a05511cf6 /web/l10n | |
parent | a44f390edb30ca65d5dabcd98c5bbd6b66f7dd8c (diff) | |
parent | 36ec2ef7afb334d3b34a6bf0f1df13c5f27456c1 (diff) | |
download | trackermap-server-20d9e6d46fb692f42c9f2a73bcd354691bdd9385.tar.gz trackermap-server-20d9e6d46fb692f42c9f2a73bcd354691bdd9385.tar.bz2 trackermap-server-20d9e6d46fb692f42c9f2a73bcd354691bdd9385.zip |
Merge pull request #2060 from Abyss777/master
Added attributes editor
Diffstat (limited to 'web/l10n')
-rw-r--r-- | web/l10n/en.json | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/web/l10n/en.json b/web/l10n/en.json index 351ad462d..97cee819d 100644 --- a/web/l10n/en.json +++ b/web/l10n/en.json @@ -20,6 +20,8 @@ "sharedGeofence": "Geofence", "sharedGeofences": "Geofences", "sharedNotifications": "Notifications", + "sharedAttributes": "Attributes", + "sharedAttribute": "Attribute", "errorTitle": "Error", "errorUnknown": "Unknown error", "errorConnection": "Connection error", |