* add an additional text to the install page informing that user can reinstall MyAAC by deleting config.local.php

(cherry picked from commit 0129c79)
This commit is contained in:
slawkens
2018-10-18 08:20:13 +02:00
parent 9a86f1ebed
commit 589d07ed40
3 changed files with 3 additions and 3 deletions

View File

@@ -20,7 +20,7 @@ $locale['not_loaded'] = 'Not loaded';
$locale['loading_spinner'] = 'Please wait, installing...';
$locale['importing_spinner'] = 'Please wait, importing data...';
$locale['please_fill_all'] = 'Please fill all inputs!';
$locale['already_installed'] = 'MyAAC has been already installed. Please delete <b>install/<b/> directory.';
$locale['already_installed'] = 'MyAAC has been already installed. Please delete <b>install/<b/> directory. If you want to re-install MyAAC - please delete <strong>config.local.php</strong> file from the main directory and refresh the page.';
// welcome
$locale['step_welcome'] = 'Welcome';