mirror of
https://github.com/phpbb/phpbb.git
synced 2025-03-23 09:00:48 +01:00
[ticket/15015] Use correct explain string for enable email settings
PHPBB3-15015
This commit is contained in:
parent
722d0b9742
commit
0238d850dd
@ -84,7 +84,7 @@ class obtain_email_data extends \phpbb\install\task_base implements \phpbb\insta
|
||||
$email_form = array(
|
||||
'email_enable' => array(
|
||||
'label' => 'ENABLE_EMAIL',
|
||||
'description' => 'COOKIE_SECURE_EXPLAIN',
|
||||
'description' => 'ENABLE_EMAIL_EXPLAIN',
|
||||
'type' => 'radio',
|
||||
'options' => array(
|
||||
array(
|
||||
|
Loading…
x
Reference in New Issue
Block a user