Skip to content

Commit

Permalink
fix: (CXSPA-1023) - Changed button text to be consistent with modal t…
Browse files Browse the repository at this point in the history
…itle (#18653)

Co-authored-by: Piotr Bartkowiak <[email protected]>
  • Loading branch information
Pio-Bar and Piotr Bartkowiak authored Mar 26, 2024
1 parent 0f8f26b commit 9b5db3a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion projects/assets/src/translations/en/user.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
"anonymousConsents": {
"preferences": "Consent Preferences",
"dialog": {
"title": "Consent Management",
"legalDescription": "We use cookies/browser's storage to personalize the content and improve user experience. We also might share the data about your site usage with our social media. For more, please review our privacy policy.",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
<button #open class="btn btn-link" (click)="openDialog()">
{{ 'anonymousConsents.preferences' | cxTranslate }}
{{ 'anonymousConsents.dialog.title' | cxTranslate }}
</button>

0 comments on commit 9b5db3a

Please sign in to comment.