diff --git a/public/index.html b/public/index.html index aa069f2..f2c9ee8 100644 --- a/public/index.html +++ b/public/index.html @@ -7,7 +7,7 @@ - React App + GeoAnnotator diff --git a/public/manifest.json b/public/manifest.json index 080d6c7..f5d2679 100644 --- a/public/manifest.json +++ b/public/manifest.json @@ -1,6 +1,6 @@ { - "short_name": "React App", - "name": "Create React App Sample", + "short_name": "GeoAnnotator", + "name": "Annotate data with GeoAnnotator", "icons": [ { "src": "favicon.ico", diff --git a/src/components/Geolocation/Dialogs/EditDialog.js b/src/components/Geolocation/Dialogs/LocationDialog.js similarity index 83% rename from src/components/Geolocation/Dialogs/EditDialog.js rename to src/components/Geolocation/Dialogs/LocationDialog.js index 2ca0a76..d4ba288 100644 --- a/src/components/Geolocation/Dialogs/EditDialog.js +++ b/src/components/Geolocation/Dialogs/LocationDialog.js @@ -13,7 +13,7 @@ import { TextField, MenuItem, Select, FormControl, InputLabel, Box, Typography, * @param {{ open: Boolean, onClose: Function }} param.dialogProps * @returns {React.JSX.Element} */ -export default function EditDialog({ geolocations, geolocation, dialogProps }) { +export default function LocationDialog({ geolocations, geolocation, dialogProps }) { const { sessionData, setSessionData } = useSession(), [location, setLocation] = useState(0), @@ -41,7 +41,7 @@ export default function EditDialog({ geolocations, geolocation, dialogProps }) { return ( @@ -67,10 +67,10 @@ export default function EditDialog({ geolocations, geolocation, dialogProps }) { {/* Position */} - Position + Position