diff options
Diffstat (limited to 'src/web/lang/common.php')
| -rw-r--r-- | src/web/lang/common.php | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/web/lang/common.php b/src/web/lang/common.php index 4116465..16e0f74 100644 --- a/src/web/lang/common.php +++ b/src/web/lang/common.php @@ -38,7 +38,7 @@ $lang['license_pre'] = 'This site is licensed under the'; $lang['copyright'] = 'Copyright (c)'; # footer_text -$lang ['footer_text'] = [ +$lang['footer_text'] = [ "Always look on the bright side of life", "🐝 powder", "Submit to john", @@ -58,3 +58,7 @@ $lang ['footer_text'] = [ "Help im stuck inside footer text!", "abort: no x11 display server found", ]; + +$lang['adblock_notice'] = "You aren't using an adblocker! Install + <a href='https://chromewebstore.google.com/detail/ublock-origin-lite/ddkjiahejlhfcafbddmgiahcphecmpfh'>uBlock Origin Lite (Chrome)</a> or + <a href='<C-2-LeftMouse>'>uBlock Origin (Firefox)</a>."; |