]> git.mxchange.org Git - friendica.git/blobdiff - src/Module/Install.php
Merge pull request #9345 from annando/issue-9344
[friendica.git] / src / Module / Install.php
index 21510d206e3baa225caf2e16526b45ee6b1736ce..1448d5544c92de61ccd0b60b6882ba3a4fb84716 100644 (file)
@@ -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,