From 3ffb90cf073ee600072054c7f723b21da80dff18 Mon Sep 17 00:00:00 2001 From: Michael Date: Sat, 26 Sep 2020 14:13:14 +0000 Subject: [PATCH 1/2] Improve naming, make widget collapsable --- src/Module/Conversation/Community.php | 10 +++++----- view/templates/widget/community_accounts.tpl | 11 +++++++++-- 2 files changed, 14 insertions(+), 7 deletions(-) diff --git a/src/Module/Conversation/Community.php b/src/Module/Conversation/Community.php index 9a8869e4a..e46091bc3 100644 --- a/src/Module/Conversation/Community.php +++ b/src/Module/Conversation/Community.php @@ -117,11 +117,11 @@ class Community extends BaseModule '$title' => DI::l10n()->t('Accounts'), '$content' => self::$content, '$accounttype' => $parameters['accounttype'], - '$all' => DI::l10n()->t('All Accounts'), - '$person' => DI::l10n()->t('Personal Accounts'), - '$organisation' => DI::l10n()->t('Organisation Accounts'), - '$news' => DI::l10n()->t('News Accounts'), - '$community' => DI::l10n()->t('Communities'), + '$all' => DI::l10n()->t('All'), + '$person' => DI::l10n()->t('Persons'), + '$organisation' => DI::l10n()->t('Organisations'), + '$news' => DI::l10n()->t('News'), + '$community' => DI::l10n()->t('Forums'), ]); if (Feature::isEnabled(local_user(), 'trending_tags')) { diff --git a/view/templates/widget/community_accounts.tpl b/view/templates/widget/community_accounts.tpl index 704493765..7af3c88a3 100644 --- a/view/templates/widget/community_accounts.tpl +++ b/view/templates/widget/community_accounts.tpl @@ -1,6 +1,10 @@ -