Skip to content

Commit ff8f975

Browse files
authored
Merge pull request #5429 from EdgeApp/jon/fix/survey-modal-2
SurveyModal2 Fix "Social Media" option
2 parents 207b609 + 9b362a9 commit ff8f975

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/components/modals/SurveyModal.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ const SURVEY_CATS: SurveyCategory[] = [
3535
{ catKey: 'inPerson', label: lstrings.survey_opt_in_person_event },
3636
{ catKey: 'referral', label: lstrings.survey_opt_personal_referral },
3737
{ catKey: 'search', label: lstrings.survey_opt_search_engine },
38-
{ catKey: 'social', label: lstrings.survey_opt_youtube }
38+
{ catKey: 'social', label: lstrings.survey_opt_social }
3939
]
4040

4141
interface LocaleSubcategory {

src/locales/en_US.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1611,7 +1611,7 @@ const strings = {
16111611

16121612
survey_discover_title_1s: 'How Did You Discover %1$s?',
16131613
survey_discover_subtitle: 'This survey is anonymous and your response will not be tied to your account.',
1614-
survey_opt_youtube: 'YouTube',
1614+
survey_opt_social: 'Social Media',
16151615
survey_opt_search_engine: 'Search Engine',
16161616
survey_opt_x_twitter: 'X/Twitter',
16171617
survey_opt_in_person_event: 'In-person Event',

src/locales/strings/enUS.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1401,7 +1401,7 @@
14011401
"notif_ip_validation_enabled_body_1s": "%1$s prevents logins from unrecognized IP addresses. Tap to learn more.",
14021402
"survey_discover_title_1s": "How Did You Discover %1$s?",
14031403
"survey_discover_subtitle": "This survey is anonymous and your response will not be tied to your account.",
1404-
"survey_opt_youtube": "YouTube",
1404+
"survey_opt_social": "Social Media",
14051405
"survey_opt_search_engine": "Search Engine",
14061406
"survey_opt_x_twitter": "X/Twitter",
14071407
"survey_opt_in_person_event": "In-person Event",

0 commit comments

Comments
 (0)