Skip to content

Commit

Permalink
feat: sign button label on one row
Browse files Browse the repository at this point in the history
  • Loading branch information
0xKheops committed Jan 6, 2025
1 parent cc6be9b commit cff0db1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/extension/src/ui/domains/Sign/SignLedgerBase.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ export const SignLedgerBase: FC<{
>
{!!onCancel && <Button onClick={onCancel}>{t("Cancel")}</Button>}
<Button primary processing={isProcessing} onClick={onSignClick} className="px-4">
{t("Approve on Ledger")}
{t("Sign on Ledger")}
</Button>
<ErrorMessageDrawer
name={error?.name}
Expand Down

0 comments on commit cff0db1

Please sign in to comment.