diff options
Diffstat (limited to 'includes/system/compare.inc')
-rw-r--r-- | includes/system/compare.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/includes/system/compare.inc b/includes/system/compare.inc index ea12582..dbcbfe4 100644 --- a/includes/system/compare.inc +++ b/includes/system/compare.inc @@ -154,9 +154,9 @@ function getMember(string $id) { <span class="comparison-item"> <?php if ($metadata["shared_memory"] > 0): ?> <?php if ($metadata["shared_memory"] === 1): ?> - <img data-bs-toggle="tooltip" title="<?= $lang["compare"]["state"][1] ?>" src="/assets/icons/partial.svg" alt="<?= $lang["compare"]["state"][1] ?>" style="width:24px;"> + <img data-bs-toggle="tooltip" title="<?= $lang["compare"]["state"][5] ?>" src="/assets/icons/partial.svg" alt="<?= $lang["compare"]["state"][5] ?>" style="width:24px;"> <?php else: ?> - <img data-bs-toggle="tooltip" title="<?= $lang["compare"]["state"][0] ?>" src="/assets/icons/complete.svg" alt="<?= $lang["compare"]["state"][0] ?>" style="width:24px;"> + <img data-bs-toggle="tooltip" title="<?= $lang["compare"]["state"][6] ?>" src="/assets/icons/complete.svg" alt="<?= $lang["compare"]["state"][6] ?>" style="width:24px;"> <?php endif; ?> <?php else: ?> <img data-bs-toggle="tooltip" title="<?= $lang["compare"]["state"][2] ?>" src="/assets/icons/none.svg" alt="<?= $lang["compare"]["state"][2] ?>" style="width:24px;"> |