diff options
author | Marc Alexander <admin@m-a-styles.de> | 2017-01-22 19:36:19 +0100 |
---|---|---|
committer | Marc Alexander <admin@m-a-styles.de> | 2017-01-22 20:58:53 +0100 |
commit | 0238d850ddf708e54992ae5b11bfc4e20748c171 (patch) | |
tree | 38ccc2732ce8944c155c26e5f70fd012610c7273 /phpBB/phpbb/install/module | |
parent | 722d0b9742381fb3d9763d993212c461a1a40d8c (diff) | |
download | forums-0238d850ddf708e54992ae5b11bfc4e20748c171.tar forums-0238d850ddf708e54992ae5b11bfc4e20748c171.tar.gz forums-0238d850ddf708e54992ae5b11bfc4e20748c171.tar.bz2 forums-0238d850ddf708e54992ae5b11bfc4e20748c171.tar.xz forums-0238d850ddf708e54992ae5b11bfc4e20748c171.zip |
[ticket/15015] Use correct explain string for enable email settings
PHPBB3-15015
Diffstat (limited to 'phpBB/phpbb/install/module')
-rw-r--r-- | phpBB/phpbb/install/module/obtain_data/task/obtain_email_data.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/phpbb/install/module/obtain_data/task/obtain_email_data.php b/phpBB/phpbb/install/module/obtain_data/task/obtain_email_data.php index 1cb4f04297..e8a9c971b7 100644 --- a/phpBB/phpbb/install/module/obtain_data/task/obtain_email_data.php +++ b/phpBB/phpbb/install/module/obtain_data/task/obtain_email_data.php @@ -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( |