Skip to content

Commit 912bf36

Browse files
committed
Add Free Talk Live and Crypto Canal options to survey modal
1 parent 301e5ec commit 912bf36

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## Unreleased
44

5+
- added: Add 'Free Talk Live' and 'Crypto Canal' options to survey modal
6+
57
## 4.13.0
68

79
- added: Cardano staking through Kiln staking pools

src/components/modals/SurveyModal.tsx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,9 @@ const SURVEY_OPTS = [
2626
{ label: lstrings.survey_opt_in_person_event, selected: false },
2727
{ label: lstrings.survey_opt_personal_referral, selected: false },
2828
{ label: lstrings.survey_opt_article, selected: false },
29+
// Show names intentionally left untranslated:
30+
{ label: 'Free Talk Live', selected: false },
31+
{ label: 'Crypto Canal', selected: false },
2932
{ label: lstrings.survey_opt_other_specify, selected: false }
3033
]
3134

0 commit comments

Comments
 (0)