Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
/**
* Forumlist widget
*
- * Sidebar widget to show subcribed friendica forums. If activated
+ * Sidebar widget to show subscribed friendica forums. If activated
* in the settings, it appears at the notwork page sidebar
*
* @param string $baseurl Base module path
);
}
- //show subcribed forum if it is enabled in the usersettings
+ //show subscribed forum if it is enabled in the usersettings
if (Feature::isEnabled($profile['uid'], 'forumlist_profile')) {
$custom_fields += self::buildField(
'forumlist',