diff --git a/share/templates/customer/details.tt b/share/templates/customer/details.tt index 7a7b01c5c1..43b9c85594 100644 --- a/share/templates/customer/details.tt +++ b/share/templates/customer/details.tt @@ -314,7 +314,7 @@ [% PROCESS "helpers/modal.tt"; modal_header(m.create_flag=0, - m.name = "Fraud Settings"); + m.name = "Settings"); form.render; modal_footer(); modal_script(m.close_target = close_target);