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'],