diff --git a/mod/settings.php b/mod/settings.php index ff38a97a99..5709df720f 100644 --- a/mod/settings.php +++ b/mod/settings.php @@ -1253,6 +1253,7 @@ function settings_content(App $a) '$importcontact' => L10n::t('Import Contacts'), '$importcontact_text' => L10n::t('Upload a CSV file that contains the handle of your followed accounts in the first column you exported from the old account.'), '$importcontact_button' => L10n::t('Upload File'), + '$importcontact_maxsize' => Config::get('system', max_csv_file_size, 30720), '$relocate' => L10n::t('Relocate'), '$relocate_text' => L10n::t("If you have moved this profile from another server, and some of your contacts don't receive your updates, try pushing this button."), '$relocate_button' => L10n::t("Resend relocate message to contacts"), diff --git a/view/templates/settings/settings.tpl b/view/templates/settings/settings.tpl index 8ecc332d7d..af1352c4cb 100644 --- a/view/templates/settings/settings.tpl +++ b/view/templates/settings/settings.tpl @@ -198,7 +198,7 @@

{{$importcontact}}

- +
{{$importcontact_text}}
diff --git a/view/theme/frio/templates/settings/settings.tpl b/view/theme/frio/templates/settings/settings.tpl index d350941943..4ed94b1827 100644 --- a/view/theme/frio/templates/settings/settings.tpl +++ b/view/theme/frio/templates/settings/settings.tpl @@ -283,7 +283,7 @@
{{$importcontact_text}}
- +