Skip to content

Commit

Permalink
fix: make name of AcceptanceLabels class wrong
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebastian Thulin committed Sep 2, 2024
1 parent 12288f6 commit 5ad463a
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ public static function getLabels() {
'info' => sprintf(__('This part of the website shows content from %s. By continuing, <a href="%s"> you are accepting GDPR and privacy policy</a>.', 'modularity'), '{SUPPLIER_WEBSITE}', '{SUPPLIER_POLICY}'),
'button' => __('I understand, continue.', 'modularity'),
],

'unknownLabels' => [
'title' => __('We need your consent to continue', 'modularity'),
'info' => __('This part of the website shows content from another website ({SUPPLIER_WEBSITE}). By continuing, you are accepting GDPR and privacy policy.', 'modularity'),
Expand Down

0 comments on commit 5ad463a

Please sign in to comment.