+
+
{ _t("You’re in") }
+
+
+
{ _t("Who will you chat to the most?") }
+ { _t("We’ll help you get connected.") }
+
+
+
onFinished(UseCase.MESSAGING)}>
+
+ { _t("Friends and Family") }
+
+
onFinished(UseCase.WORK)}>
+
+ { _t("Coworkers and teams") }
+
+
onFinished(UseCase.COMMUNITIY)}>
+
+ { _t("Online community members") }
+
+
+
+
onFinished()}>
+ { _t("Skip") }
+
+
+
+ );
+}
diff --git a/src/i18n/strings/en_EN.json b/src/i18n/strings/en_EN.json
index 8e40a870cb59..578293f3d862 100644
--- a/src/i18n/strings/en_EN.json
+++ b/src/i18n/strings/en_EN.json
@@ -2781,6 +2781,12 @@
"Upload %(count)s other files|one": "Upload %(count)s other file",
"Cancel All": "Cancel All",
"Upload Error": "Upload Error",
+ "You’re in": "You’re in",
+ "Who will you chat to the most?": "Who will you chat to the most?",
+ "We’ll help you get connected.": "We’ll help you get connected.",
+ "Friends and Family": "Friends and Family",
+ "Coworkers and teams": "Coworkers and teams",
+ "Online community members": "Online community members",
"Verify other device": "Verify other device",
"Verification Request": "Verification Request",
"Approve widget permissions": "Approve widget permissions",
diff --git a/src/settings/Settings.tsx b/src/settings/Settings.tsx
index 596398cab0da..fa1192d005dc 100644
--- a/src/settings/Settings.tsx
+++ b/src/settings/Settings.tsx
@@ -700,6 +700,10 @@ export const SETTINGS: {[setting: string]: ISetting} = {
displayName: _td('Send analytics data'),
default: null,
},
+ "useCaseSelection": {
+ supportedLevels: [SettingLevel.ACCOUNT],
+ default: null,
+ },
"autocompleteDelay": {
supportedLevels: LEVELS_DEVICE_ONLY_SETTINGS_WITH_CONFIG,
default: 200,