You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the list of regions there are two regions named Georgia, one corresponds to the country and the other to the US state. This was confusing for the users in the UI because they couldn't distinguish between them. The country text was changed to "Georgia (Country)".
The text corresponding to the state SD was incorrect. It said "San Diego" when it should have read "South Dakota".
Code Changes
Updated texts for regions with errors.
Steps to Confirm
In the left menu, go to Consent -> Experiences
Scroll down to Locations & Languages
Click "Add location"
Search for Georgia
Search for South Dakota
Pre-Merge Checklist
Issue requirements met
All CI pipelines succeeded
CHANGELOG.md updated
Add a
db-migrationThis indicates that a change includes a database migration
label to the entry if your change includes a DB migration
Add a
high-riskThis issue suggests changes that have a high-probability of breaking existing code
label to the entry if your change includes a high-risk change (i.e. potential for performance impact or unexpected regression) that should be flagged
Followup issues:
Followup issues created (include link)
No followup issues
Database migrations:
Ensure that your downrev is up to date with the latest revision on main
Ensure that your downgrade() migration is correct and works
If a downgrade migration is not possible for this change, please call this out in the PR description!
If there are any new client scopes created as part of the pull request, remember to update public-facing documentation that references our scope registry
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Closes LJ-680
Description Of Changes
In the list of regions there are two regions named Georgia, one corresponds to the country and the other to the US state. This was confusing for the users in the UI because they couldn't distinguish between them. The country text was changed to "Georgia (Country)".
The text corresponding to the state
SDwas incorrect. It said "San Diego" when it should have read "South Dakota".Code Changes
Steps to Confirm
Pre-Merge Checklist
CHANGELOG.mdupdatedmaindowngrade()migration is correct and works