You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -70,7 +72,7 @@ public static function form(Form $form): Form
70
72
->where('active', $get('active'))
71
73
)
72
74
->validationMessages([
73
-
'unique' => 'Feature segmentation already exists! Please note that each feature scope can only have an activated and a deactivated segment. Modify existing segment or remove it and create a new segment.',
75
+
'unique' => 'Feature segmentation already exists. Each feature scope can only have one activated segment and one deactivated segment. To continue, please modify the existing segment, or remove it and create a new one.',
74
76
])
75
77
->required()
76
78
->columnSpanFull(),
@@ -106,24 +108,24 @@ public static function table(Table $table): Table
0 commit comments