Skip to content

Commit

Permalink
Merge pull request #18 from GDG-Lille/fix/typos
Browse files Browse the repository at this point in the history
fix: typos
  • Loading branch information
EmmanuelDemey authored Mar 13, 2024
2 parents 8dff8a0 + 09af77f commit e4c22d9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export default ({ sponsoring }: any, id: string, settings: Settings) => {
body: `
Bonjour
<br><br>
Bonne nouvelle ! Votre demande de pack ${sponsoring} pour ${settings.gdg.event} ${edition} a été validé.
Bonne nouvelle ! Votre demande de pack ${sponsoring} pour ${settings.gdg.event} ${edition} a été validée.
<br><br>
Vous trouverez sur votre espace personnel, un formulaire permettant de récupérer des informations complémentaires vous concernant : ${address_cms4devfest}.
<br><br>
Expand Down
4 changes: 2 additions & 2 deletions public/src/app/ui/partner/partner.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@
<mat-card-content>
<p>
Espace partenaire: Tout ce que vous avez besoin dans
<strong>un même outils</strong> 👌
<strong>un même outil</strong> 👌
</p>
<p>Nous avons reçu votre demande le {{ creationDate | date: "long" }}</p>
</mat-card-content>
<mat-card-actions>
<a mat-button [routerLink]="['/partner', partner?.id]"
>Page dédié pour le partenaire</a
>Page dédiée pour le partenaire</a
>
<a
mat-button
Expand Down

0 comments on commit e4c22d9

Please sign in to comment.