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/src/other/GeofencesPage.js | |
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/src/other/GeofencesPage.js')
-rw-r--r-- | modern/src/other/GeofencesPage.js | 2 |
1 files changed, 1 insertions, 1 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> |