]> git.mxchange.org Git - friendica.git/blobdiff - src/Content/Widget.php
Merge pull request #9411 from tobiasd/20201011-de
[friendica.git] / src / Content / Widget.php
index 0078e82a53a05ad63460fe045ecae078a29b7e58..90373e8c3b490cc3fd5d964f52bcf397fc71b2bd 100644 (file)
@@ -539,7 +539,7 @@ class Widget
                        ['ref' => 'community', 'name' => DI::l10n()->t('Forums')],
                ];
 
-               return self::filter('accounttype', DI::l10n()->t('Accounts'), '',
+               return self::filter('accounttype', DI::l10n()->t('Account Types'), '',
                        DI::l10n()->t('All'), $base, $accounts, $accounttype);
        }
 
@@ -554,7 +554,7 @@ class Widget
        public static function accounts(string $base, string $accounttype)
        {
                return Renderer::replaceMacros(Renderer::getMarkupTemplate('widget/accounts.tpl'), [
-                       '$title'        => DI::l10n()->t('Accounts'),
+                       '$title'        => DI::l10n()->t('Account Types'),
                        '$content'      => $base,
                        '$accounttype'  => ($accounttype ?? ''),
                        '$all'          => DI::l10n()->t('All'),