diff options
author | Jamie Guthrie <jamie.guthrie@gmail.com> | 2023-08-17 17:04:38 +0200 |
---|---|---|
committer | Jamie Guthrie <jamie.guthrie@gmail.com> | 2023-08-17 17:04:38 +0200 |
commit | 49da8a2addd3febb2463a69a99c6007c7a11051a (patch) | |
tree | 2192c5c8b4a19bb383d07565ae1240baaaa0dad4 /modern | |
parent | 4750a83fa38d217569975250c11fe830405f99ba (diff) | |
download | trackermap-web-49da8a2addd3febb2463a69a99c6007c7a11051a.tar.gz trackermap-web-49da8a2addd3febb2463a69a99c6007c7a11051a.tar.bz2 trackermap-web-49da8a2addd3febb2463a69a99c6007c7a11051a.zip |
Change 'Upload Geofence' to 'Upload'
Diffstat (limited to 'modern')
-rw-r--r-- | modern/src/other/GeofencesPage.js | 2 | ||||
-rw-r--r-- | modern/src/resources/l10n/en.json | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/modern/src/other/GeofencesPage.js b/modern/src/other/GeofencesPage.js index fcc7153d..4f31c1b3 100644 --- a/modern/src/other/GeofencesPage.js +++ b/modern/src/other/GeofencesPage.js @@ -118,7 +118,7 @@ const GeofencesPage = () => { <label htmlFor="upload-gpx"> <input accept=".gpx" id="upload-gpx" type="file" className={classes.fileInput} onChange={handleFile} /> <IconButton edge="end" component="span" onClick={() => {}}> - <Tooltip title={t('sharedUploadGeofence')}> + <Tooltip title={t('sharedUpload')}> <UploadFileIcon /> </Tooltip> </IconButton> diff --git a/modern/src/resources/l10n/en.json b/modern/src/resources/l10n/en.json index 4e0b72b1..dcfea816 100644 --- a/modern/src/resources/l10n/en.json +++ b/modern/src/resources/l10n/en.json @@ -2,6 +2,7 @@ "sharedLoading": "Loading...", "sharedHide": "Hide", "sharedSave": "Save", + "sharedUpload": "Upload", "sharedSet": "Set", "sharedCancel": "Cancel", "sharedAdd": "Add", @@ -35,7 +36,6 @@ "sharedGeofence": "Geofence", "sharedGeofences": "Geofences", "sharedCreateGeofence": "Create Geofence", - "sharedUploadGeofence": "Upload Geofence", "sharedNotifications": "Notifications", "sharedNotification": "Notification", "sharedAttributes": "Attributes", |