diff options
author | Marc Alexander <admin@m-a-styles.de> | 2017-01-06 01:04:14 +0100 |
---|---|---|
committer | Marc Alexander <admin@m-a-styles.de> | 2017-01-06 01:04:14 +0100 |
commit | af4f477a1b23775f94c347b668e8d1a095818cd6 (patch) | |
tree | 9e10c36a052e138e2717b56f49283ca0fe65dc1d /phpBB/styles/prosilver/template/overall_footer.html | |
parent | [ticket/14961] Add cookie notice as enablable feature (diff) | |
download | phpbb-af4f477a1b23775f94c347b668e8d1a095818cd6.tar.gz phpbb-af4f477a1b23775f94c347b668e8d1a095818cd6.tar.bz2 phpbb-af4f477a1b23775f94c347b668e8d1a095818cd6.zip |
[ticket/14961] Also translate "learn more" link
PHPBB3-14961
Diffstat (limited to 'phpBB/styles/prosilver/template/overall_footer.html')
-rw-r--r-- | phpBB/styles/prosilver/template/overall_footer.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/phpBB/styles/prosilver/template/overall_footer.html b/phpBB/styles/prosilver/template/overall_footer.html index e650d17752..413c93f79a 100644 --- a/phpBB/styles/prosilver/template/overall_footer.html +++ b/phpBB/styles/prosilver/template/overall_footer.html @@ -75,7 +75,8 @@ "theme": "classic", "content": { "message": "{LA_COOKIE_CONSENT_MSG}", - "dismiss": "{LA_COOKIE_CONSENT_OK}" + "dismiss": "{LA_COOKIE_CONSENT_OK}", + "link": "{LA_COOKIE_CONSENT_INFO}" } })}); </script> |