mirror of
https://github.com/friendica/friendica
synced 2025-04-19 20:30:11 +00:00
refert to doc/INSTALL.md instead of README.txt in the installer
This commit is contained in:
parent
bc67808f09
commit
e402026b83
2 changed files with 2 additions and 2 deletions
|
@ -188,7 +188,7 @@ class Install extends BaseModule
|
|||
'$pass' => DI::l10n()->t('System check'),
|
||||
'$checks' => self::$installer->getChecks(),
|
||||
'$passed' => $status,
|
||||
'$see_install' => DI::l10n()->t('Please see the file "INSTALL.txt".'),
|
||||
'$see_install' => DI::l10n()->t('Please see the file "doc/INSTALL.md".'),
|
||||
'$next' => DI::l10n()->t('Next'),
|
||||
'$reload' => DI::l10n()->t('Check again'),
|
||||
'$php_path' => $php_path,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue