Skip to content

Commit

Permalink
client(fix): improve wording in request feedback success page (#692)
Browse files Browse the repository at this point in the history
  • Loading branch information
avine authored Sep 2, 2024
1 parent d293747 commit adde457
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@ <h1 class="gbl-info__title" i18n="@@Component.RequestFeedbackSuccess.Title">Feed
<div class="gbl-info__buttons">
<button mat-stroked-button routerLink="/history/type/sentRequest">
<mat-icon>visibility</mat-icon>
<ng-container i18n="@@Action.ViewFeedbackRequest">Consulter la demande</ng-container>
<ng-container i18n="@@Component.RequestFeedbackSuccess.ViewRequests">
Consulter la liste des demandes
</ng-container>
</button>

<button mat-stroked-button routerLink="../">
Expand Down
1 change: 1 addition & 0 deletions client/src/locales/messages.en.json
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@
"Component.RequestFeedback.UseTemplate": "Use a template",
"Component.RequestFeedbackSuccess.RequestAnother": "Request another feedZback",
"Component.RequestFeedbackSuccess.Title": "FeedZback requested from:",
"Component.RequestFeedbackSuccess.ViewRequests": "View list of requests",
"Component.Settings.UpdateSuccess": "Your settings have been updated.",
"Component.SkipLinks.Link": "Skip to main content",
"Demo.LoremIpsum": "{$INTERPOLATION} dolor sit amet",
Expand Down
1 change: 1 addition & 0 deletions client/src/locales/messages.fr.json
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@
"Component.RequestFeedback.UseTemplate": "S'inspirer d'un modèle",
"Component.RequestFeedbackSuccess.RequestAnother": "Demander un autre feedZback",
"Component.RequestFeedbackSuccess.Title": "FeedZback demandé à :",
"Component.RequestFeedbackSuccess.ViewRequests": " Consulter la liste des demandes ",
"Component.Settings.UpdateSuccess": "Vos paramètres ont bien été mis à jour.",
"Component.SkipLinks.Link": "Accéder au contenu principal",
"Demo.LoremIpsum": "{$INTERPOLATION} dolor sit amet",
Expand Down

0 comments on commit adde457

Please sign in to comment.