mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-22 18:17:49 +01:00
propaganda --> disinformation
This commit is contained in:
parent
47009054da
commit
2fd231f1d9
1 changed files with 1 additions and 1 deletions
|
@ -280,7 +280,7 @@ var continuationExists = 'continuation' in req.query;
|
|||
|
||||
if (ID.includes(bannedchannels) && !bypassExists && !tabExists && !continuationExists) {
|
||||
var cinv = {
|
||||
error:`this channel may include propaganda. If you still wanna view content <a href="/channel?id=${ID}&bypass=${bypassQuery}">click here</a> to bypass this restriction.`
|
||||
error:`this channel may include disinformation. If you still wanna view content <a href="/channel?id=${ID}&bypass=${bypassQuery}">click here</a> to bypass this restriction.`
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue