mirror of
https://github.com/friendica/friendica
synced 2025-04-24 23:10:11 +00:00
Add general information header translation to admin site template
This commit is contained in:
parent
b72f6d05cd
commit
0dac6e9d34
3 changed files with 4 additions and 5 deletions
|
@ -594,6 +594,7 @@ class Site extends BaseAdmin
|
|||
return Renderer::replaceMacros($t, [
|
||||
'$title' => DI::l10n()->t('Administration'),
|
||||
'$page' => DI::l10n()->t('Site'),
|
||||
'$general_info' => DI::l10n()->t('General Information'),
|
||||
'$submit' => DI::l10n()->t('Save Settings'),
|
||||
'$republish' => DI::l10n()->t('Republish users to directory'),
|
||||
'$registration' => DI::l10n()->t('Registration'),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue