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 09913697be..335e1cc714 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 @@ -33,7 +33,7 @@ class DebugFeaturesStateFactory @Inject constructor( ), Feature.BooleanFeature( - label = "Splash - already has an account", + label = "FTUE Splash - I already have an account", override = debugFeatures.isAlreadyHaveAccountSplashEnabled().takeIf { debugFeatures.hasOverride(DebugFeatureKeys.alreadyHaveAnAccount) },