1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-16 05:34:01 +02:00

Merge branch '3.2.x'

* 3.2.x:
  [ticket/14974] make cookie notice configurable via language files
This commit is contained in:
Tristan Darricau
2017-03-19 18:11:43 +01:00
2 changed files with 3 additions and 1 deletions

View File

@@ -84,7 +84,8 @@
"content": {
"message": "{LA_COOKIE_CONSENT_MSG}",
"dismiss": "{LA_COOKIE_CONSENT_OK}",
"link": "{LA_COOKIE_CONSENT_INFO}"
"link": "{LA_COOKIE_CONSENT_INFO}",
"href": "{LA_COOKIE_CONSENT_HREF}"
}
})});
</script>