1
0
Fork 0

Fix relocate button label.

In settings the 'Start Relocate' button is also labeld 'Save Settings'.
This commit is contained in:
Andreas Neustifter 2018-07-08 21:08:29 +02:00
commit 56b6adc396
2 changed files with 3 additions and 2 deletions

View file

@ -1465,7 +1465,8 @@ function admin_page_site(App $a)
'$relay_server_tags' => ['relay_server_tags', L10n::t("Server tags"), Config::get('system','relay_server_tags'), L10n::t("Comma separated list of tags for the 'tags' subscription.")],
'$relay_user_tags' => ['relay_user_tags', L10n::t("Allow user tags"), Config::get('system', 'relay_user_tags', true), L10n::t("If enabled, the tags from the saved searches will used for the 'tags' subscription in addition to the 'relay_server_tags'.")],
'$form_security_token' => get_form_security_token("admin_site")
'$form_security_token' => get_form_security_token("admin_site"),
'$relocate_button' => L10n::t('Start Relocation'),
]);
}