Skip to content

Commit

Permalink
Change 'Upload Geofence' to 'Upload'
Browse files Browse the repository at this point in the history
  • Loading branch information
jguthrie100 committed Aug 17, 2023
1 parent 4750a83 commit 49da8a2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion modern/src/other/GeofencesPage.js
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
2 changes: 1 addition & 1 deletion modern/src/resources/l10n/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"sharedLoading": "Loading...",
"sharedHide": "Hide",
"sharedSave": "Save",
"sharedUpload": "Upload",
"sharedSet": "Set",
"sharedCancel": "Cancel",
"sharedAdd": "Add",
Expand Down Expand Up @@ -35,7 +36,6 @@
"sharedGeofence": "Geofence",
"sharedGeofences": "Geofences",
"sharedCreateGeofence": "Create Geofence",
"sharedUploadGeofence": "Upload Geofence",
"sharedNotifications": "Notifications",
"sharedNotification": "Notification",
"sharedAttributes": "Attributes",
Expand Down

0 comments on commit 49da8a2

Please sign in to comment.