mirror of
https://github.com/docmost/docmost.git
synced 2026-08-19 18:44:09 +08: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}
|
||||
onClick={handleConfirmCompare}
|
||||
>
|
||||
{t("Compare versions")}
|
||||
{t("Compare")}
|
||||
</Button>
|
||||
</Group>
|
||||
</>
|
||||
|
||||
Reference in New Issue
Block a user