From 60a831711511ee741c1ddd9bf7c2ea79fc76e3ba Mon Sep 17 00:00:00 2001 From: slawkens1 Date: Mon, 25 Dec 2017 23:19:32 +0100 Subject: [PATCH] * add some notice to the user that installing step "Import Schema" will take some time --- TODO | 1 - system/locale/en/install.php | 1 + system/templates/install.config.html.twig | 1 + 3 files changed, 2 insertions(+), 1 deletion(-) diff --git a/TODO b/TODO index 78ab1db5..240d8fe3 100644 --- a/TODO +++ b/TODO @@ -6,7 +6,6 @@ * add support for defining max myaac version in plugin.json file * cache Menus in templates * semantic versioning support for plugins (github.com/composer/semver) - * add some notice to the user that installing step "Import Schema" will take some time 1.0: * i18n support (issue #1 on github) diff --git a/system/locale/en/install.php b/system/locale/en/install.php index fa5fddad..3daebb0d 100644 --- a/system/locale/en/install.php +++ b/system/locale/en/install.php @@ -56,6 +56,7 @@ $locale['step_config_client_desc'] = 'Used for download page and some templates' $locale['step_config_client_error'] = 'Client is not correct.'; $locale['step_config_usage'] = 'Usage Statistics'; $locale['step_config_usage_desc'] = 'Allow MyAAC to report anonymous usage statistics? The data is sent only once per 30 days and is fully confidential.'; +$locale['step_config_note'] = 'Loading next step will take some time. Please do not refresh the page and wait till it loads.'; // database $locale['step_database'] = 'Import schema'; diff --git a/system/templates/install.config.html.twig b/system/templates/install.config.html.twig index 6f881bf1..fdb237c4 100644 --- a/system/templates/install.config.html.twig +++ b/system/templates/install.config.html.twig @@ -67,5 +67,6 @@

{{ error }}

{% endfor %} {% endif %} +

{{ locale.step_config_note }}

{{ buttons|raw }} \ No newline at end of file