Skip to content

Commit

Permalink
Merge pull request #2973 from Mips2648/os-compatibility
Browse files Browse the repository at this point in the history
pip2 incompatibilty is not a warning
  • Loading branch information
zoic21 authored Nov 7, 2024
2 parents d583606 + 89c8b27 commit 56c40f6
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 56c40f6

Please sign in to comment.