Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
tschumpr committed Jul 29, 2024
1 parent 96e27a4 commit 87b691e
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/Geopilot.Frontend/public/locale/de/common.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
"spatialExtentIncompleteTitle": "Ungültige räumliche Ausdehnung",
"stacBrowser": "STAC Browser",
"termsOfUse": "Nutzungsbestimmungen",
"termsOfUseAccpetance": "Ich akzeptiere die <button>Nutzungsbestimmungen</button>.",
"termsOfUseAcceptance": "Ich akzeptiere die <button>Nutzungsbestimmungen</button>.",
"type": "Typ",
"uploadFile": "{{fileName}} hochladen...",
"uploadNotSuccessful": "Der Upload war nicht erfolgreich. Die Validierung wurde abgebrochen.",
Expand Down
2 changes: 1 addition & 1 deletion src/Geopilot.Frontend/public/locale/en/common.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
"spatialExtentIncompleteTitle": "Invalid spatial extent",
"stacBrowser": "STAC Browser",
"termsOfUse": "Terms of use",
"termsOfUseAccpetance": "I accept the <button>terms of use</button>.",
"termsOfUseAcceptance": "I accept the <button>terms of use</button>.",
"type": "Type",
"uploadFile": "Upload {{fileName}}...",
"uploadNotSuccessful": "The upload was not successful. Validation has been aborted.",
Expand Down
2 changes: 1 addition & 1 deletion src/Geopilot.Frontend/public/locale/fr/common.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
"spatialExtentIncompleteTitle": "Étendue spatiale non valide",
"stacBrowser": "Navigateur STAC",
"termsOfUse": "Conditions d'utilisation",
"termsOfUseAccpetance": "J'accepte les <button>conditions d'utilisation</button>.",
"termsOfUseAcceptance": "J'accepte les <button>conditions d'utilisation</button>.",
"type": "Type",
"uploadFile": "Télécharger {{fileName}}...",
"uploadNotSuccessful": "Le téléchargement n'a pas réussi. La validation a été annulée.",
Expand Down
2 changes: 1 addition & 1 deletion src/Geopilot.Frontend/public/locale/it/common.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
"spatialExtentIncompleteTitle": "Misura spaziale non valida",
"stacBrowser": "Browser STAC",
"termsOfUse": "Termini di utilizzo",
"termsOfUseAccpetance": "Accetto i <button>Termini di utilizzo</button>.",
"termsOfUseAcceptance": "Accetto i <button>Termini di utilizzo</button>.",
"type": "Tipo",
"uploadFile": "Carica {{fileName}}...",
"uploadNotSuccessful": "Caricamento non riuscito. La validazione è stata interrotta.",
Expand Down
2 changes: 1 addition & 1 deletion src/Geopilot.Frontend/src/pages/home/FileDropzone.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ export const FileDropzone = ({
/>
<span className="nutzungsbestimmungen-input">
<Trans
i18nKey="termsOfUseAccpetance"
i18nKey="termsOfUseAcceptance"
components={{
button: (
<Button
Expand Down

0 comments on commit 87b691e

Please sign in to comment.