diff --git a/resources/lang/en/jugendschutz.php b/resources/lang/en/jugendschutz.php index 0b7c9f445cb095deab5047ef6111eb114f638671..036766e778ea8d7f70d7ac79733e789b0b5f124f 100644 --- a/resources/lang/en/jugendschutz.php +++ b/resources/lang/en/jugendschutz.php @@ -2,5 +2,5 @@ return [ 'title' => 'Youth protection', - 'text' => 'We deliver search results to very different scopes of the internet. Some of these are not suitable for people of your age. If you want to find something anyway, try using other search engines- <a href="https://www.blinde-kuh.de/">Blinde Kuh</a> for example. + 'text' => 'We deliver search results to very different scopes of the internet. Some of these are not suitable for people of your age. If you want to find something anyway, try using other search engines- <a href="https://www.blinde-kuh.de/">Blinde Kuh</a> for example.', ]; \ No newline at end of file diff --git a/webpack.mix.js b/webpack.mix.js index ccff195bdab4461ef4a345dc2e2e05cd1b6b74df..55dfe1091a86534214c653228b2ecbfac5b4e4a7 100644 --- a/webpack.mix.js +++ b/webpack.mix.js @@ -32,6 +32,7 @@ mix .babel('resources/assets/js/searchbar.js', 'public/js/searchbar.js') .babel('resources/assets/js/focus-creator.js', 'public/js/focus-creator.js') .babel('resources/assets/js/focus-creator.js', 'public/js/focus-creator.js') + .babel('resources/assets/js/editLanguage.js', 'public/js/editLanguage.js') // utility .babel(['resources/assets/js/utility.js', 'resources/assets/js/translations.js'], 'public/js/utility.js') .babel('resources/assets/js/widgets.js', 'public/js/widgets.js')