michnhokn / kirby-cookie-banner

A Cookie Consent Modal for Kirby
MIT License
67 stars 9 forks source link

Fix for translation issue #17

Closed christianschley closed 6 months ago

christianschley commented 1 year ago

Different option titles were used, thats why the translations didnt work properly

File: CookieMethods.php

Line 38 wrong: 'if (option('languages')) {' correct: 'if (option('translations')) {'