-
Notifications
You must be signed in to change notification settings - Fork 115
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
LG-13665: Add option to change selected email shared with partner #11196
Conversation
changelog: Upcoming Features, Partner Shared Email, Add option to change selected email shared with partner
spec/i18n_spec.rb
Outdated
@@ -76,6 +76,7 @@ class BaseTask | |||
{ key: 'time.formats.event_timestamp', locales: %i[zh] }, | |||
{ key: 'time.formats.full_date', locales: %i[es] }, # format is the same in Spanish and English | |||
{ key: 'time.formats.sms_date' }, # for us date format | |||
{ key: 'account.connected_apps.email_not_selected' }, # See: LG-????? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Will edit this ticket number once available, before merging. We're implementing this as English-only for now, since it's behind a feature flag. The referenced ticket will implement translations once they're available.
Related Slack discussion: https://gsa-tts.slack.com/archives/C05R6BLVAQG/p1725033025669399
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🎫 Ticket
LG-13665
🛠 Summary of changes
Adds a new flow to allow a user to change their selected email shared with a partner from their Connected Accounts dashboard screen.
📜 Testing Plan
👀 Screenshots