Skip to content

Commit a4906b2

Browse files
committed
Fix: more
1 parent e495703 commit a4906b2

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

Admin.php

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)