Skip to content

Commit

Permalink
Merge pull request #1808 from thebiggive/DON-1065-account-page-tweaks
Browse files Browse the repository at this point in the history
DON-1065: My account page copy tweaks as requested
  • Loading branch information
bdsl authored Dec 20, 2024
2 parents 79ef47d + 5736b4f commit 27634c2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/app/my-account/my-account.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ export class MyAccountComponent implements OnInit {
color: 'brand-c4c-orange',
image: new URL(environment.donateUriPrefix + '/assets/images/red-coral-texture.png')
},
headerText: 'Your donations',
headerText: 'Your\nDonations', // line break because other headers in group are longer and take two lines
bodyText: 'View all the donations you\'ve made while logged in',
button: {
text: '',
Expand All @@ -67,7 +67,7 @@ export class MyAccountComponent implements OnInit {
color: 'brand-afa-pink',
image: new URL(environment.donateUriPrefix + '/assets/images/peach-texture.jpg')
},
headerText: 'Your Regular Giving',
headerText: "Your Regular\u00A0Giving", // u00A0 = non-breaking space. We prefer the break after "Your".
bodyText: 'View and manage your regular giving mandates',
button: {
text: '',
Expand Down

0 comments on commit 27634c2

Please sign in to comment.