updating debug switch copy to better reflect the feature
This commit is contained in:
parent
d302875fb7
commit
c83882d903
|
@ -55,7 +55,7 @@ class DebugFeaturesStateFactory @Inject constructor(
|
||||||
factory = VectorFeatures::isOnboardingPersonalizeEnabled
|
factory = VectorFeatures::isOnboardingPersonalizeEnabled
|
||||||
),
|
),
|
||||||
createBooleanFeature(
|
createBooleanFeature(
|
||||||
label = "FTUE Personalize combined choose server",
|
label = "FTUE Combined sign up",
|
||||||
key = DebugFeatureKeys.onboardingCombinedChooseServer,
|
key = DebugFeatureKeys.onboardingCombinedChooseServer,
|
||||||
factory = VectorFeatures::isOnboardingCombinedChooseServerEnabled
|
factory = VectorFeatures::isOnboardingCombinedChooseServerEnabled
|
||||||
),
|
),
|
||||||
|
|
Loading…
Reference in New Issue