Skip to content

Commit

Permalink
Fix subscribe/edit message
Browse files Browse the repository at this point in the history
  • Loading branch information
bmaz committed Oct 16, 2024
1 parent c8617f0 commit 761f87d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"publishConfig": {
"registry": "https://npm.pkg.github.com"
},
"version": "1.3.5",
"version": "1.3.6",
"type": "module",
"scripts": {
"dev": "concurrently \"vite build --watch --mode development\" \"http-server dist -p 3001 -o\"",
Expand Down
5 changes: 3 additions & 2 deletions src/SubscribeComponent.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,9 @@
<p>
Vos informations ont bien été transmises.
{#if token}
Votre profil doit encore être validé par l'administratrice avant d'être
publié.
Vos changements apparaîtront sur le site dans l'heure qui vient.
{:else}
Votre profil doit encore être validé par l'administratrice avant d'être publié.
{/if}
</p>
{/if}

0 comments on commit 761f87d

Please sign in to comment.