Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [[0.0.18](https://github.com/multiversx/mx-sdk-dapp-ui/pull/170)] - 2025-07-22

- [Fixed typo in ledger confirm](https://github.com/multiversx/mx-sdk-dapp-ui/pull/170)

## [[0.0.17](https://github.com/multiversx/mx-sdk-dapp-ui/pull/169)] - 2025-07-21

- [Fixed typo in ledger confirm](https://github.com/multiversx/mx-sdk-dapp-ui/pull/169)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@multiversx/sdk-dapp-ui",
"version": "0.0.17",
"version": "0.0.18",
"description": "A library to hold UI components for a dApp on the MultiversX blockchain",
"author": "MultiversX",
"license": "MIT",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ export class LedgerConfirm {
<div class="ledger-confirm-footer">
<mvx-triangular-warning-icon class="ledger-confirm-footer-icon" />
<div class="ledger-confirm-footer-description">
If the address does not macth close this page and contact support.
If the address does not match, close this page and contact support.
</div>

<a
Expand Down
Loading