Minor change

This commit is contained in:
fbsanchez 2022-02-23 10:51:19 +01:00
parent be9996ab9f
commit 130b077202

View File

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