We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 19998d4 commit 9e84290Copy full SHA for 9e84290
experimenter/experimenter/targeting/constants.py
@@ -2174,9 +2174,9 @@ def __post_init__(self):
2174
application_choice_names=(Application.DESKTOP.name,),
2175
)
2176
2177
-NEED_DEFAULT = NimbusTargetingConfig(
2178
- name="Needs default",
2179
- slug="need_default",
+USER_NOT_SET_TO_DEFAULT = NimbusTargetingConfig(
+ name="User not set to default",
+ slug="user_not_set_to_default",
2180
description="Users who have not set to default",
2181
targeting=f"{NEED_DEFAULT}",
2182
desktop_telemetry="",
0 commit comments