mirror of
https://github.com/friendica/friendica
synced 2024-11-10 04:22:54 +00:00
Renamed "Accounts" to "Account Types"
This commit is contained in:
parent
4b9cbac23e
commit
35d8b078ce
2 changed files with 255 additions and 259 deletions
|
@ -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'),
|
||||
|
|
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue