Changed “Meta’s Threads moderation” statuses text
This commit is contained in:
parent
b5f625f856
commit
d90801637b
1 changed files with 5 additions and 5 deletions
|
@ -583,19 +583,19 @@ while ($if<$il && $row=mysqli_fetch_assoc($res)) {
|
|||
while ($rrow=mysqli_fetch_assoc($mmres)) {
|
||||
if (preg_match('#^(threads.net|.*\.threads.net)$#i',$rrow['Domain'])==1) {
|
||||
if ($rrow['Severity']=='suspend')
|
||||
$out.=_('Suspended');
|
||||
$out.=_('Threads is suspended');
|
||||
elseif ($rrow['Severity']=='silence')
|
||||
$out.=_('Limited');
|
||||
$out.=_('Threads is limited');
|
||||
else
|
||||
$out.=_('Unmanaged').': «'.htmlentities($rrow['Severity']).'»';
|
||||
$out.=_('Unknown value').': «'.htmlentities($rrow['Severity']).'»';
|
||||
$tm=true;
|
||||
break;
|
||||
}
|
||||
}
|
||||
if (!$tm)
|
||||
$out.=_('Neither suspended nor limited');
|
||||
$out.=_('Threads is neither suspended nor limited');
|
||||
} else {
|
||||
$out.=_('Neither suspended nor limited');
|
||||
$out.=_('Threads is neither suspended nor limited');
|
||||
$mmres=false;
|
||||
}
|
||||
} else {
|
||||
|
|
Loading…
Reference in a new issue