WIP:Planned downtime copy.

This commit is contained in:
Calvo 2022-01-27 18:24:14 +01:00
parent a92fe64b64
commit 0b119af949
1 changed files with 1 additions and 1 deletions

View File

@ -424,7 +424,7 @@ if ($create_downtime || $update_downtime) {
if ($downtime_copy) {
$result = planned_downtimes_copy($id_downtime);
if ($result === true) {
ui_print_error_message(__('Successfully copied'));
ui_print_success_message(__('Successfully copied'));
} else {
ui_print_error_message(__('Could not be copied'));
}