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')],
|
['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);
|
DI::l10n()->t('All'), $base, $accounts, $accounttype);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -554,7 +554,7 @@ class Widget
|
||||||
public static function accounts(string $base, string $accounttype)
|
public static function accounts(string $base, string $accounttype)
|
||||||
{
|
{
|
||||||
return Renderer::replaceMacros(Renderer::getMarkupTemplate('widget/accounts.tpl'), [
|
return Renderer::replaceMacros(Renderer::getMarkupTemplate('widget/accounts.tpl'), [
|
||||||
'$title' => DI::l10n()->t('Accounts'),
|
'$title' => DI::l10n()->t('Account Types'),
|
||||||
'$content' => $base,
|
'$content' => $base,
|
||||||
'$accounttype' => ($accounttype ?? ''),
|
'$accounttype' => ($accounttype ?? ''),
|
||||||
'$all' => DI::l10n()->t('All'),
|
'$all' => DI::l10n()->t('All'),
|
||||||
|
|
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue