Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion adm/style/consentmanager_acp.html
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ <h3>{{ lang('WARNING') }}</h3>
<dl>
<dt><span>{{ lang('ACP_CONSENTMANAGER_REGISTRATIONS_EXPLAIN') }}</span></dt>
<dd>
{% set services = S_CONSENTMANAGER_MEDIA ? CONSENTMANAGER_SERVICES|merge([{'category': 'media', 'label': 'iframe bbcodes', 'id': 'phpbb.consentmanager'}]) : CONSENTMANAGER_SERVICES %}
{% set services = S_CONSENTMANAGER_MEDIA ? CONSENTMANAGER_SERVICES|merge([{'category': 'media', 'label': lang('CONSENTMANAGER_IFRAMES'), 'id': 'phpbb.consentmanager'}]) : CONSENTMANAGER_SERVICES %}
{% if services %}
{% for category in [
{ id: 'necessary', label: lang('CONSENTMANAGER_CATEGORY_NECESSARY') },
Expand Down
1 change: 1 addition & 0 deletions language/en/acp_consentmanager.php
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@
'CONSENTMANAGER_CATEGORY_ANALYTICS' => 'Analytics',
'CONSENTMANAGER_CATEGORY_MARKETING' => 'Marketing',
'CONSENTMANAGER_CATEGORY_MEDIA' => 'Media',
'CONSENTMANAGER_IFRAMES' => 'BBCode iframe embeds',

// Consent logs
'ACP_CONSENTMANAGER_EXPORT_EXPLAIN' => 'Download a CSV file of stored consent log records or permanently delete matching records from the database. All fields are optional; leave them blank to work with the full log.',
Expand Down