summaryrefslogtreecommitdiff
path: root/includes/system
diff options
context:
space:
mode:
authorMinteck <contact@minteck.org>2023-01-07 21:40:32 +0100
committerMinteck <contact@minteck.org>2023-01-07 21:40:32 +0100
commit9871b03912fc28ad38b4037ebf26a78aa937baba (patch)
treed552719fc33ad9be609883982f4fe5097bd44272 /includes/system
parent90b16702bb03c8d7115fa0cc6ea8d3aba5863f46 (diff)
downloadpluralconnect-9871b03912fc28ad38b4037ebf26a78aa937baba.tar.gz
pluralconnect-9871b03912fc28ad38b4037ebf26a78aa937baba.tar.bz2
pluralconnect-9871b03912fc28ad38b4037ebf26a78aa937baba.zip
Update - This is an automated commit
Diffstat (limited to 'includes/system')
-rw-r--r--includes/system/compare.inc4
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;">