* remove this step_config_note

This commit is contained in:
slawkens 2019-04-19 22:34:11 +02:00
parent 6226203b0e
commit b1fd1263f1
3 changed files with 0 additions and 3 deletions

View File

@ -58,7 +58,6 @@ $locale['step_config_client_desc'] = 'Wird für die Downloadseite und einige Vor
$locale['step_config_client_error'] = 'Client ist nicht korrekt.';
$locale['step_config_usage'] = 'Nutzungsstatistiken';
$locale['step_config_usage_desc'] = 'MyAAC erlauben, anonyme Nutzungsstatistiken zu melden? Die Daten werden nur einmal alle 30 Tage gesendet und sind vollständig vertraulich.';
$locale['step_config_note'] = 'Der nächste Schritt dauert einige Zeit. Bitte aktualisieren Sie die Seite nicht und warten Sie, bis sie geladen ist.';
// database
$locale['step_database'] = 'Schema importieren';

View File

@ -58,7 +58,6 @@ $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';

View File

@ -67,6 +67,5 @@
<p class="error">{{ error }}</p>
{% endfor %}
{% endif %}
<p class="note">{{ locale.step_config_note }}</p>
{{ buttons|raw }}
</form>