Skip to content

Commit

Permalink
chore: use Ramp Network name
Browse files Browse the repository at this point in the history
  • Loading branch information
jakubsta committed Sep 25, 2024
1 parent 158853f commit bf67096
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Ramp Instant SDK

`@ramp-network/ramp-instant-sdk` is a library that allows you to easily integrate the Ramp widget into your web app and communicate with it.
`@ramp-network/ramp-instant-sdk` is a library that allows you to easily integrate the Ramp Network's widget into your web app and communicate with it.

It's not necessary to use it, although it's strongly recommended.

Expand Down
2 changes: 1 addition & 1 deletion src/init-helpers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ export function prepareCloseModalNode(dispatch: (event: TAllEvents) => void): HT

const textEl = document.createElement('div');
textEl.classList.add('close-modal__text');
textEl.textContent = 'Are you sure you want to exit Ramp and abandon the transaction?';
textEl.textContent = 'Are you sure you want to exit Ramp Network and abandon the transaction?';

const buttonContainer = document.createElement('div');
buttonContainer.classList.add('close-modal__button-container');
Expand Down

0 comments on commit bf67096

Please sign in to comment.