We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 301e5ec commit 912bf36Copy full SHA for 912bf36
CHANGELOG.md
@@ -2,6 +2,8 @@
2
3
## Unreleased
4
5
+- added: Add 'Free Talk Live' and 'Crypto Canal' options to survey modal
6
+
7
## 4.13.0
8
9
- added: Cardano staking through Kiln staking pools
src/components/modals/SurveyModal.tsx
@@ -26,6 +26,9 @@ const SURVEY_OPTS = [
26
{ label: lstrings.survey_opt_in_person_event, selected: false },
27
{ label: lstrings.survey_opt_personal_referral, selected: false },
28
{ 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 },
32
{ label: lstrings.survey_opt_other_specify, selected: false }
33
]
34
0 commit comments