diff options
author | Mario <mario@mariovavti.com> | 2023-05-05 16:10:12 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2023-05-05 16:10:12 +0000 |
commit | d649b4df2801c78cf4db9563e22e8debab5b5019 (patch) | |
tree | 74ac828b8fcbd5229ddacbcd2de9cab87809d54b /Zotlabs | |
parent | 2bb9550343c6c3e5f1fea516542d44dfda0297ee (diff) | |
parent | ef0feff4a52ae0a51224293146ea3d2e4a874107 (diff) | |
download | volse-hubzilla-d649b4df2801c78cf4db9563e22e8debab5b5019.tar.gz volse-hubzilla-d649b4df2801c78cf4db9563e22e8debab5b5019.tar.bz2 volse-hubzilla-d649b4df2801c78cf4db9563e22e8debab5b5019.zip |
Merge branch 'dev' of https://framagit.org/hubzilla/core into dev
Diffstat (limited to 'Zotlabs')
-rw-r--r-- | Zotlabs/Module/Directory.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Zotlabs/Module/Directory.php b/Zotlabs/Module/Directory.php index 34d55a8fe..13353c108 100644 --- a/Zotlabs/Module/Directory.php +++ b/Zotlabs/Module/Directory.php @@ -359,7 +359,7 @@ class Directory extends Controller { 'censor_label' => t('Unsafe'), 'censor_class' => ((intval($rr['censored']) === 1) ? 'active' : ''), 'censor_2' => (($directory_admin) ? 'dircensor/' . $rr['hash'] . '?severity=' . ((intval($rr['censored']) > 1) ? 0 : 2) : ''), - 'censor_2_label' => t('Hidden'), + 'censor_2_label' => t('Spam'), 'censor_2_class' => ((intval($rr['censored']) > 1) ? 'active' : ''), 'marital' => $marital, 'homepage' => $homepage, |