mirror of
https://github.com/slawkens/myaac.git
synced 2025-04-26 17:29:21 +02:00
* remove this step_config_note
This commit is contained in:
parent
6226203b0e
commit
b1fd1263f1
@ -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';
|
||||
|
@ -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';
|
||||
|
@ -67,6 +67,5 @@
|
||||
<p class="error">{{ error }}</p>
|
||||
{% endfor %}
|
||||
{% endif %}
|
||||
<p class="note">{{ locale.step_config_note }}</p>
|
||||
{{ buttons|raw }}
|
||||
</form>
|
Loading…
x
Reference in New Issue
Block a user