Minor change

This commit is contained in:
fbsanchez 2022-02-23 10:51:19 +01:00
parent be9996ab9f
commit 130b077202
1 changed files with 1 additions and 1 deletions

View File

@ -307,7 +307,7 @@ $table->data[5][1] = html_print_input_password(
true
);
$table->data[6][0] = __('Allow offline patches:');
$table->data[6][0] = __('Allow no-consecutive patches:');
$table->data[6][1] = html_print_switch(
[
'name' => 'allow_offline_patches',