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

LG-13665: Add option to change selected email shared with partner #11196

Merged
merged 13 commits into from
Sep 5, 2024
Prev Previous commit
Next Next commit
Add ticket number
  • Loading branch information
aduth committed Sep 4, 2024

Verified

This commit was signed with the committer’s verified signature.
aduth Andrew Duthie
commit 083fc32fefab389c06a16903ffa62818dfb9d982
2 changes: 1 addition & 1 deletion spec/i18n_spec.rb
Original file line number Diff line number Diff line change
@@ -76,7 +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-?????
{ key: 'account.connected_apps.email_not_selected' }, # See: LG-14398
].freeze
# rubocop:enable Layout/LineLength