diff options
| author | 2017-04-10 19:46:22 +0200 | |
|---|---|---|
| committer | 2017-04-10 19:46:22 +0200 | |
| commit | 510045b3c554261a0a6434bfe73adac32b12cc81 (patch) | |
| tree | cc0907d84ec5ad72baed8e0fb6fe7d81176bbb3c /app/install.php | |
| parent | 8854f230866f458382f6dc207f706220e9c32351 (diff) | |
| parent | e849de7296efbece490447cdceeed9726f10b33c (diff) | |
Merge branch 'FreshRSS/dev' into multiuser-token
Diffstat (limited to 'app/install.php')
| -rw-r--r-- | app/install.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/install.php b/app/install.php index f598f6528..ebfffa47d 100644 --- a/app/install.php +++ b/app/install.php @@ -465,7 +465,7 @@ function printStep1() { <?php if ($res['fileinfo'] == 'ok') { ?> <p class="alert alert-success"><span class="alert-head"><?php echo _t('gen.short.ok'); ?></span> <?php echo _t('install.check.fileinfo.ok'); ?></p> <?php } else { ?> - <p class="alert alert-error"><span class="alert-head"><?php echo _t('gen.short.damn'); ?></span> <?php echo _t('install.check.fileinfo.nok'); ?></p> + <p class="alert alert-warn"><span class="alert-head"><?php echo _t('gen.short.damn'); ?></span> <?php echo _t('install.check.fileinfo.nok'); ?></p> <?php } ?> <?php if ($res['data'] == 'ok') { ?> |
