fix(client): shorten compare confirm button label to fit sidebar footer

This commit is contained in:
Philipinho
2026-08-11 21:46:21 +01:00
parent da90c28923
commit 3470392b07
@@ -229,7 +229,7 @@ function HistoryList({ pageId }: Props) {
disabled={compareSelection.length !== 2}
onClick={handleConfirmCompare}
>
{t("Compare versions")}
{t("Compare")}
</Button>
</Group>
</>