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
Copy file name to clipboardExpand all lines: Admin.php
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -206,7 +206,7 @@ public function configurationsFieldsClean($fields)
206
206
207
207
$fields['clean'] =
208
208
[
209
-
'title' => __('Cleaning', 'wc1c'),
209
+
'title' => __('Enable', 'wc1c'),
210
210
'type' => 'checkbox',
211
211
'label' => __('Check the box to enable this feature. Disabled by default.', 'wc1c'),
212
212
'description' => __('All products received via the CommerceML protocol and matching keys for synchronization will be placed in the Recycle Bin.', 'wc1c'),
0 commit comments