From 8c50c21657cc1ebb517e73eeb0e1dd1059cfb421 Mon Sep 17 00:00:00 2001 From: "Florian Aders (EleRas)" Date: Mon, 30 Sep 2013 14:12:43 +0200 Subject: [PATCH] Fixed type (add should be edit in edit-case) Signed-off-by: Florian Aders (EleRas) --- .../customer/extras/formfield.htpasswd_edit.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lib/formfields/customer/extras/formfield.htpasswd_edit.php b/lib/formfields/customer/extras/formfield.htpasswd_edit.php index 38a84ca0..542b1b69 100644 --- a/lib/formfields/customer/extras/formfield.htpasswd_edit.php +++ b/lib/formfields/customer/extras/formfield.htpasswd_edit.php @@ -17,12 +17,12 @@ return array( 'htpasswd_edit' => array( - 'title' => $lng['extras']['directoryprotection_add'], - 'image' => 'icons/htpasswd_add.png', + 'title' => $lng['extras']['directoryprotection_edit'], + 'image' => 'icons/htpasswd_edit.png', 'sections' => array( 'section_a' => array( - 'title' => $lng['extras']['directoryprotection_add'], - 'image' => 'icons/htpasswd_add.png', + 'title' => $lng['extras']['directoryprotection_edit'], + 'image' => 'icons/htpasswd_edit.png', 'fields' => array( 'path' => array( 'label' => $lng['panel']['path'],