@@ -44,7 +44,6 @@ public function initConfigurationsFields()
4444 add_filter ('wc1c_configurations-update_form_load_fields ' , [$ this , 'configurationsFieldsReceiver ' ], 10 , 1 );
4545
4646 add_filter ('wc1c_configurations-update_form_load_fields ' , [$ this , 'configurationsFieldsSync ' ], 30 , 1 );
47-
4847 add_filter ('wc1c_configurations-update_form_load_fields ' , [$ this , 'configurationsFieldsClean ' ], 70 , 1 );
4948
5049 add_filter ('wc1c_configurations-update_form_load_fields ' , [$ this , 'configurationsFieldsLogs ' ], 110 , 1 );
@@ -163,7 +162,7 @@ public function configurationsFieldsSync($fields)
163162 {
164163 $ fields ['title_sync ' ] =
165164 [
166- 'title ' => __ ('Sync options ' , 'wc1c ' ),
165+ 'title ' => __ ('Sync ' , 'wc1c ' ),
167166 'type ' => 'title ' ,
168167 'description ' => sprintf
169168 ('%s %s ' ,
@@ -200,7 +199,7 @@ public function configurationsFieldsClean($fields)
200199 {
201200 $ fields ['title_clean ' ] =
202201 [
203- 'title ' => __ ('Cleaning options ' , 'wc1c ' ),
202+ 'title ' => __ ('Cleaning ' , 'wc1c ' ),
204203 'type ' => 'title ' ,
205204 'description ' => __ ('Comprehensive settings for cleaning options. ' , 'wc1c ' ),
206205 ];
0 commit comments