mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 22:28:51 +00:00
Merge pull request #4668 from marc1706/ticket/15015
[ticket/15015] Use correct explain string for enable email settings * marc1706/ticket/15015: [ticket/15015] Use correct explain string for enable email settings
This commit is contained in:
commit
3dfc882d1a
1 changed files with 1 additions and 1 deletions
|
@ -84,7 +84,7 @@ class obtain_email_data extends \phpbb\install\task_base implements \phpbb\insta
|
||||||
$email_form = array(
|
$email_form = array(
|
||||||
'email_enable' => array(
|
'email_enable' => array(
|
||||||
'label' => 'ENABLE_EMAIL',
|
'label' => 'ENABLE_EMAIL',
|
||||||
'description' => 'COOKIE_SECURE_EXPLAIN',
|
'description' => 'ENABLE_EMAIL_EXPLAIN',
|
||||||
'type' => 'radio',
|
'type' => 'radio',
|
||||||
'options' => array(
|
'options' => array(
|
||||||
array(
|
array(
|
||||||
|
|
Loading…
Add table
Reference in a new issue