updating debug feature label to explain that it's related to the ftue auth

This commit is contained in:
Adam Brown 2021-12-09 16:50:24 +00:00
parent 443d15518f
commit c6396ac03a
1 changed files with 1 additions and 1 deletions

View File

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