Skip to content

Commit

Permalink
not a warning
Browse files Browse the repository at this point in the history
  • Loading branch information
Mips2648 committed Nov 6, 2024
1 parent bf0fdfe commit 89c8b27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion desktop/modal/package.check.php
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@
} elseif ($info['status'] == 2) {
$_echo .= '<td class="alert-success">OK (' . $info['alternative_found'] . ')</td>';
} elseif ($info['status'] == 3) {
$_echo .= '<td class="alert-warning">{{Incompatible avec l\'OS}}</td>';
$_echo .= '<td class="alert-success">{{Incompatible avec l\'OS}}</td>';
} else {
if ($info['needUpdate']) {
$_echo .= '<td class="alert-warning">{{Mise à jour}}</td>';
Expand Down

0 comments on commit 89c8b27

Please sign in to comment.