mirror of
https://github.com/slawkens/myaac.git
synced 2025-10-14 01:34:55 +02:00
* add some notice to the user that installing step "Import Schema" will take some time
This commit is contained in:
@@ -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';
|
||||
|
@@ -67,5 +67,6 @@
|
||||
<p class="error">{{ error }}</p>
|
||||
{% endfor %}
|
||||
{% endif %}
|
||||
<p class="note">{{ locale.step_config_note }}</p>
|
||||
{{ buttons|raw }}
|
||||
</form>
|
Reference in New Issue
Block a user