mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-29 16:55:05 +02:00
Change label for disabled status - #4573
This commit is contained in:
parent
79298d0b8e
commit
a9a2ca5178
@ -667,7 +667,7 @@ $table_adv_status .= html_print_checkbox_switch(
|
|||||||
$disabled,
|
$disabled,
|
||||||
true
|
true
|
||||||
);
|
);
|
||||||
$table_adv_status .= '<p class="input_label input_label_simple">'.__('Disabled').': '.ui_print_help_tip(__('If the remote configuration is enabled, it will also go into standby mode when disabling it.'), true).'</p>';
|
$table_adv_status .= '<p class="input_label input_label_simple">'.__('Disabled mode').': '.ui_print_help_tip(__('If the remote configuration is enabled, it will also go into standby mode when disabling it.'), true).'</p>';
|
||||||
$table_adv_status .= '</div>';
|
$table_adv_status .= '</div>';
|
||||||
|
|
||||||
// Url address.
|
// Url address.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user