Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

solved issue # #13492 #13497

Closed
wants to merge 8 commits into from
Closed

Conversation

yashkhandelwal123
Copy link
Contributor

One-line summary

Significant changes and points to review

Issue / Bugzilla link

Testing

Copy link
Member

@craigcook craigcook left a comment

Choose a reason for hiding this comment

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

Thanks for the contribution! It needs a few small fixes before we can merge this. And because this is addressing two completely separate issues in a single pull request, it might be better to separate them into two pull requests.

Also, it would be good to amend the commit messages to be more descriptive of what's actually changing. Something like "Update whatsnew page title (fixes #13492)" and "Add update frequency note to Nightly channel page (fixes #9832)"

@@ -24,6 +24,7 @@ firefox-channel-all-languages-and-builds = All Languages and Builds
# Variables:
# $link (url) - link to https://www.mozilla.org/privacy/firefox/#pre-release
firefox-channel-beta-is-an-unstable-testing = { -brand-name-beta } is an unstable testing and development platform. By default, { -brand-name-beta } sends data to { -brand-name-mozilla } — and sometimes our partners — to help us handle problems and try ideas. <a href="{ $link }">Learn what is shared</a>.
firefox-channel-beta-update-one-or-more-times = Note: { -brand-name-firefox-nightly } will update approximately one or two times each day.
Copy link
Member

Choose a reason for hiding this comment

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

To avoid confusion, the string ID here should probably be firefox-channel-nightly-update-one-or-more-times

Suggested change
firefox-channel-beta-update-one-or-more-times = Note: { -brand-name-firefox-nightly } will update approximately one or two times each day.
firefox-channel-nightly-update-one-or-more-times = Note: { -brand-name-firefox-nightly } will update approximately one or two times each day.

@@ -4,7 +4,7 @@

### URL: https://www-dev.allizom.org/firefox/60.0/whatsnew/

whatsnew-page-title = What’s new with { -brand-name-firefox } - More privacy, more protections.
whatsnew-page-title = What’s new with { -brand-name-firefox }.
Copy link
Member

Choose a reason for hiding this comment

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

This needs to be added as a new string with a new ID, leaving the old string to use as a fallback in the template (see our documentation for how to specify a fallback string: https://bedrock.readthedocs.io/en/latest/l10n.html#the-ftl-helper-function).

For the new string ID I'd suggest whatsnew-page-title-v2

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Got it, I'll create a new string with the ID "whatsnew-page-title-v2" and keep the old one as a fallback. I'll make sure to update the commit message accordingly. Thanks for your direction!

@alexgibson
Copy link
Member

closing this due to inactivity. If you find time to revisit this issue, please feel free to reopen!

@alexgibson alexgibson closed this Oct 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants