@@ -44,7 +44,6 @@ public function initConfigurationsFields()
44
44
add_filter ('wc1c_configurations-update_form_load_fields ' , [$ this , 'configurationsFieldsReceiver ' ], 10 , 1 );
45
45
46
46
add_filter ('wc1c_configurations-update_form_load_fields ' , [$ this , 'configurationsFieldsSync ' ], 30 , 1 );
47
-
48
47
add_filter ('wc1c_configurations-update_form_load_fields ' , [$ this , 'configurationsFieldsClean ' ], 70 , 1 );
49
48
50
49
add_filter ('wc1c_configurations-update_form_load_fields ' , [$ this , 'configurationsFieldsLogs ' ], 110 , 1 );
@@ -163,7 +162,7 @@ public function configurationsFieldsSync($fields)
163
162
{
164
163
$ fields ['title_sync ' ] =
165
164
[
166
- 'title ' => __ ('Sync options ' , 'wc1c ' ),
165
+ 'title ' => __ ('Sync ' , 'wc1c ' ),
167
166
'type ' => 'title ' ,
168
167
'description ' => sprintf
169
168
('%s %s ' ,
@@ -200,7 +199,7 @@ public function configurationsFieldsClean($fields)
200
199
{
201
200
$ fields ['title_clean ' ] =
202
201
[
203
- 'title ' => __ ('Cleaning options ' , 'wc1c ' ),
202
+ 'title ' => __ ('Cleaning ' , 'wc1c ' ),
204
203
'type ' => 'title ' ,
205
204
'description ' => __ ('Comprehensive settings for cleaning options. ' , 'wc1c ' ),
206
205
];
0 commit comments