Skip to content

chore(settings): change "Not Set" to "Not set"#20202

Merged
MagentaManifold merged 1 commit intomainfrom
chore-not-set-capitalization
Mar 18, 2026
Merged

chore(settings): change "Not Set" to "Not set"#20202
MagentaManifold merged 1 commit intomainfrom
chore-not-set-capitalization

Conversation

@MagentaManifold
Copy link
Copy Markdown
Contributor

Because

  • Jeff says Not Set should be Not set

This pull request

  • changes code to match copy

Issue that this pull request solves

Closes:

Checklist

Put an x in the boxes that apply

  • My commit is GPG signed.
  • If applicable, I have modified or added tests which pass locally.
  • I have added necessary documentation (if appropriate).
  • I have verified that my changes render correctly in RTL (if appropriate).

Screenshots (Optional)

Please attach the screenshots of the changes made in case of change in user interface.

Other information (Optional)

Any other information that is important to this pull request.

Because:

* Jeff says Not Set should be Not set

This commit:

* changes code to match copy
# $date (String) - a localized date and time string
security-password-created-date = Created { $date }
security-not-set = Not Set
security-not-set = Not set
Copy link
Copy Markdown
Contributor Author

@MagentaManifold MagentaManifold Mar 17, 2026

Choose a reason for hiding this comment

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

FTL ids are intentionally not bumped to avoid adding work for localizers. I'll update other English variants manually on Pontoon

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

I might be missing something 😅 , how are you able to update the non english variants?

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Is this something @bcolsson recommended? r+ otherwise!

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Yep. Minor changes to styling like this don't often affect other locales (which means nothing would change in translations), so this is a good example of when a string ID change isn't necessary.

Copy link
Copy Markdown
Contributor

@bcolsson bcolsson Mar 17, 2026

Choose a reason for hiding this comment

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

Also kudos @MagentaManifold for recognizing that the other en locales (en-CA and en-GB) would need to be updated. I've gone ahead and updated the translations already.

@MagentaManifold MagentaManifold marked this pull request as ready for review March 17, 2026 17:50
@MagentaManifold MagentaManifold requested review from a team as code owners March 17, 2026 17:50
# $date (String) - a localized date and time string
security-password-created-date = Created { $date }
security-not-set = Not Set
security-not-set = Not set
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Yep. Minor changes to styling like this don't often affect other locales (which means nothing would change in translations), so this is a good example of when a string ID change isn't necessary.

# $date (String) - a localized date and time string
security-password-created-date = Created { $date }
security-not-set = Not Set
security-not-set = Not set
Copy link
Copy Markdown
Contributor

@bcolsson bcolsson Mar 17, 2026

Choose a reason for hiding this comment

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

Also kudos @MagentaManifold for recognizing that the other en locales (en-CA and en-GB) would need to be updated. I've gone ahead and updated the translations already.

Copy link
Copy Markdown
Contributor

@LZoog LZoog left a comment

Choose a reason for hiding this comment

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

👍 I know Vijay already r+'d but since I commented I'll r+ too.

@MagentaManifold MagentaManifold merged commit ab93714 into main Mar 18, 2026
22 checks passed
@MagentaManifold MagentaManifold deleted the chore-not-set-capitalization branch March 18, 2026 15:43
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.

4 participants