Skip to content
This repository has been archived by the owner on Sep 18, 2024. It is now read-only.

[Issue #95]: change newsletter to subscribe terminology #111

Closed
wants to merge 7 commits into from

Conversation

rylew1
Copy link
Collaborator

@rylew1 rylew1 commented Jun 27, 2024

Summary

Fixes #95

Time to review: 15 min

Changes proposed

  • Most of the newsletter references become subscribe
  • /newsletter/confirmation => /subscribe/confirmation
  • /newsletter/unsubscribe => /unsubscribe (top level route)
  • Updated tests and translation strings
Screen.Recording.2024-06-27.at.12.22.17.PM.mov

@rylew1 rylew1 requested a review from sumiat June 27, 2024 19:05
@github-actions github-actions bot added documentation Improvements or additions to documentation typescript frontend labels Jun 27, 2024
Copy link

github-actions bot commented Jun 27, 2024

Coverage report for ./frontend

St.
Category Percentage Covered / Total
🟢 Statements 83.87% 879/1048
🟡 Branches 68.25% 230/337
🟡 Functions 76.11% 172/226
🟢 Lines 83.45% 827/991
Show new covered files 🐣
St.
File Statements Branches Functions Lines
🟡
... / page.tsx
75% 100% 50% 75%
🟢
... / SubscribeForm.tsx
93.75% 78.57% 87.5% 93.62%
🟡
... / page.tsx
71.43% 100% 50% 71.43%
🟡
... / page.tsx
71.43% 100% 50% 71.43%

Test suite run success

175 tests passing in 57 suites.

Report generated by 🧪jest coverage report action from a361861

Copy link
Collaborator

@sumiat sumiat left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just made one comment to update the word "newsletter" on the subscribe page. Otherwise, LGTM!

page_title: "Newsletter | Simpler.Grants.gov",
title: "Newsletter signup",
title: "Subscribe to project updates",
intro: "Subscribe to get Simpler.Grants.gov project updates in your inbox!",
paragraph_1:
"If you sign up for the Simpler.Grants.gov newsletter, we’ll keep you informed of our progress and you’ll know about every opportunity to get involved.",
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could you change this to "If you sign up for the Simpler.Grants.gov project updates, we'll keep you..." ? Replacing the word "newsletter."

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

good catch - here's the update:
image

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Note that the title of pages still shows Newsletter
image

Copy link
Collaborator

@sumiat sumiat Jun 28, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oh, good catch! we'll want to change that! I realize this is different than subscribe and @andycochran and @crystabelrangel may have different thoughts on this, but could we change that to say "Mailing List"? We can always change it something else if Design thinks it's better as a different name.

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"Project Updates"? Not sure if that is too redundant.

@acouch
Copy link
Member

acouch commented Sep 17, 2024

Closing for now, we might pick this up later.

@acouch acouch closed this Sep 17, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
documentation Improvements or additions to documentation frontend typescript
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Task]: Change "Newsletter" to "Subscribe"
4 participants