From d2aeb8217d6b0dcbe4a2c5688f66e9216c255d66 Mon Sep 17 00:00:00 2001 From: Andreas Granig Date: Thu, 8 Aug 2013 15:42:26 +0200 Subject: [PATCH] Make modal header more generic. --- share/templates/customer/details.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);