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 ),