mirror of
https://git.sekbaer.de/Friendica/friendica.git
synced 2025-06-12 01:54:26 +02:00
Frio: Move relocation warning from headline to bootstrap danger box
This commit is contained in:
parent
36aca259d5
commit
66a18702c0
2 changed files with 5 additions and 2 deletions
|
@ -1492,7 +1492,8 @@ function admin_page_site(App $a)
|
|||
'$performance' => L10n::t('Performance'),
|
||||
'$worker_title' => L10n::t('Worker'),
|
||||
'$relay_title' => L10n::t('Message Relay'),
|
||||
'$relocate' => L10n::t('Relocate - WARNING: advanced function. Could make this server unreachable.'),
|
||||
'$relocate' => L10n::t('Relocate Instance'),
|
||||
'$relocate_warning' => L10n::t('Advanced function. Could make this server unreachable.'),
|
||||
'$baseurl' => System::baseUrl(true),
|
||||
// name, label, value, help string, extra data...
|
||||
'$sitename' => ['sitename', L10n::t("Site name"), Config::get('config', 'sitename'),''],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue