Skip to content

Commit

Permalink
fix: search translation
Browse files Browse the repository at this point in the history
  • Loading branch information
gaelsimon committed Mar 19, 2024
1 parent 28e3e47 commit 0bc2606
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/i18n/langEN.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ export default {
]
},
search: {
placeholder: "Search an address, a postal code...",
placeholder: "Search a location...",
submitLabel: "Search",
clearLabel: "Clear Search",
yourLocation: "Your location",
Expand Down
2 changes: 1 addition & 1 deletion src/i18n/langFR.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ export default {
]
},
search: {
placeholder: "Rechercher une adresse, un code postal...",
placeholder: "Rechercher un lieu...",
submitLabel: "Rechercher",
clearLabel: "Effacer la recherche",
yourLocation: "Votre position",
Expand Down

0 comments on commit 0bc2606

Please sign in to comment.