halfe the double

This commit is contained in:
Tobias Diekershoff 2017-11-10 22:00:39 +01:00
parent 4f95b413fa
commit fd2b807292
1 changed files with 1 additions and 1 deletions

View File

@ -88,7 +88,7 @@ function community_content(App $a, $update = 0) {
'$content' => $o,
'$header' => t("Community"),
'$show_global_community_hint' => (Config::get('system', 'community_page_style') == CP_GLOBAL_COMMUNITY && Config::get('system', 'show_global_community_hint')),
'$global_community_hint' => t("This community stream shows all public posts received by this node. They may not reflect the opinions of this nodes users.")
'$global_community_hint' => t("This community stream shows all public posts received by this node. They may not reflect the opinions of this nodes users.")
));
}