From c83882d90357897d2322def30ccf3006a31894d0 Mon Sep 17 00:00:00 2001 From: Adam Brown Date: Mon, 28 Mar 2022 13:33:01 +0100 Subject: [PATCH] updating debug switch copy to better reflect the feature --- .../app/features/debug/features/DebugFeaturesStateFactory.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vector/src/debug/java/im/vector/app/features/debug/features/DebugFeaturesStateFactory.kt b/vector/src/debug/java/im/vector/app/features/debug/features/DebugFeaturesStateFactory.kt index 069b303b42..da83163054 100644 --- a/vector/src/debug/java/im/vector/app/features/debug/features/DebugFeaturesStateFactory.kt +++ b/vector/src/debug/java/im/vector/app/features/debug/features/DebugFeaturesStateFactory.kt @@ -55,7 +55,7 @@ class DebugFeaturesStateFactory @Inject constructor( factory = VectorFeatures::isOnboardingPersonalizeEnabled ), createBooleanFeature( - label = "FTUE Personalize combined choose server", + label = "FTUE Combined sign up", key = DebugFeatureKeys.onboardingCombinedChooseServer, factory = VectorFeatures::isOnboardingCombinedChooseServerEnabled ),