Skip to content

Commit

Permalink
Changement 'massifs' en 'localisation' pour usage plus étendue - cf #…
Browse files Browse the repository at this point in the history
… 71 (#76)
  • Loading branch information
noelmartinon authored Jul 1, 2024
1 parent 3a31eba commit 5407adb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@

## 0.4.0 (unreleased)

**🐛 Corrections**
- Changement du texte "massifs" par "localisation" sur la page du formulaire d'inscription.

## 0.3.0 (2024-06-24)

**🚀 Nouveautés**
Expand Down
2 changes: 1 addition & 1 deletion front-vite/src/views/EventListingView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
v-model="filters.massif"
display="chip"
:options="districts"
placeholder="Massifs"
placeholder="Localisation"
class="rounded-sm p-inputtext-sm w-64 mr-2 w-full ring-1 ring-inset ring-gray-300"
/>
<p-multi-select
Expand Down

0 comments on commit 5407adb

Please sign in to comment.