mirror of
https://github.com/docmost/docmost.git
synced 2026-08-24 14:32:14 +10:00
fix(client): shorten compare confirm button label to fit sidebar footer
This commit is contained in:
@@ -229,7 +229,7 @@ function HistoryList({ pageId }: Props) {
|
|||||||
disabled={compareSelection.length !== 2}
|
disabled={compareSelection.length !== 2}
|
||||||
onClick={handleConfirmCompare}
|
onClick={handleConfirmCompare}
|
||||||
>
|
>
|
||||||
{t("Compare versions")}
|
{t("Compare")}
|
||||||
</Button>
|
</Button>
|
||||||
</Group>
|
</Group>
|
||||||
</>
|
</>
|
||||||
|
|||||||
Reference in New Issue
Block a user