aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB
diff options
context:
space:
mode:
authorMarc Alexander <admin@m-a-styles.de>2018-06-12 22:35:06 +0200
committerMarc Alexander <admin@m-a-styles.de>2018-06-12 22:35:06 +0200
commit8b7ae7c796d9ffb9083502b869ecac0e15f73d58 (patch)
treefe936c28f7c2152fe3ad98354f55a2275626831d /phpBB
parent2aa9fc07d3ae1e2c69c80534ae81e4ea7f97f63f (diff)
parent57cb513b8b8ede1813a1bc8eb1c6cb00fc109ade (diff)
downloadforums-8b7ae7c796d9ffb9083502b869ecac0e15f73d58.tar
forums-8b7ae7c796d9ffb9083502b869ecac0e15f73d58.tar.gz
forums-8b7ae7c796d9ffb9083502b869ecac0e15f73d58.tar.bz2
forums-8b7ae7c796d9ffb9083502b869ecac0e15f73d58.tar.xz
forums-8b7ae7c796d9ffb9083502b869ecac0e15f73d58.zip
Merge branch 'prep-release-3.2.3' into 3.2.x
Diffstat (limited to 'phpBB')
-rw-r--r--phpBB/language/en/acp/board.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/language/en/acp/board.php b/phpBB/language/en/acp/board.php
index 25b656499c..4a99798627 100644
--- a/phpBB/language/en/acp/board.php
+++ b/phpBB/language/en/acp/board.php
@@ -348,7 +348,7 @@ $lang = array_merge($lang, array(
// Cookie Settings
$lang = array_merge($lang, array(
- 'ACP_COOKIE_SETTINGS_EXPLAIN' => 'These details define the data used to send cookies to your users browsers. In most cases the default values for the cookie settings should be sufficient. If you do need to change any do so with care, incorrect settings can prevent users logging in. If you have problems with users staying logging in to your board, visit the <b><a href="https://www.phpbb.com/support/go/cookie-settings/">phpBB.com Knowledge Base - Fixing incorrect cookie settings</a></b>.',
+ 'ACP_COOKIE_SETTINGS_EXPLAIN' => 'These details define the data used to send cookies to your users browsers. In most cases the default values for the cookie settings should be sufficient. If you do need to change any do so with care, incorrect settings can prevent users logging in. If you have problems with users staying logging in to your board, visit the <strong><a href="https://www.phpbb.com/support/go/cookie-settings">phpBB.com Knowledge Base - Fixing incorrect cookie settings</a></strong>.',
'COOKIE_DOMAIN' => 'Cookie domain',
'COOKIE_DOMAIN_EXPLAIN' => 'In most cases the cookie domain is optional. Leave it blank if you are unsure.<br><br> In the case where you have a board integrated with other software or have multiple domains, then to determine the cookie domain you need to do the following. If you have something like <i>example.com</i> and <i>forums.example.com</i>, or perhaps <i>forums.example.com</i> and <i>blog.example.com</i>. Remove the subdomains until you find the common domain, <i>example.com</i>. Now add a dot in front of the common domain and you would enter .example.com (note the dot at the beginning).',