diff --git a/bridge_ui/public/index.html b/bridge_ui/public/index.html index 4f2a7a1e..5183c37e 100644 --- a/bridge_ui/public/index.html +++ b/bridge_ui/public/index.html @@ -7,7 +7,7 @@ - Worm Token Bridge + Wormhole Token Bridge diff --git a/bridge_ui/public/manifest.json b/bridge_ui/public/manifest.json index 9c05ffba..632380c1 100644 --- a/bridge_ui/public/manifest.json +++ b/bridge_ui/public/manifest.json @@ -1,6 +1,6 @@ { "short_name": "worm.to", - "name": "Worm Token Bridge", + "name": "Wormhole Token Bridge", "icons": [ { "src": "favicon.ico", diff --git a/bridge_ui/src/components/Transfer/Send.tsx b/bridge_ui/src/components/Transfer/Send.tsx index af4533fc..c8b61e51 100644 --- a/bridge_ui/src/components/Transfer/Send.tsx +++ b/bridge_ui/src/components/Transfer/Send.tsx @@ -18,7 +18,9 @@ function Send() { const { isReady, statusMessage } = useIsWalletReady(sourceChain); return ( <> - Transfer the tokens to the worm bridge. + + Transfer the tokens to the Wormhole Token Bridge. + This will initiate the transfer on {CHAINS_BY_ID[sourceChain].name} and diff --git a/bridge_ui/src/components/Transfer/Source.tsx b/bridge_ui/src/components/Transfer/Source.tsx index b082818f..08c5fc3d 100644 --- a/bridge_ui/src/components/Transfer/Source.tsx +++ b/bridge_ui/src/components/Transfer/Source.tsx @@ -61,7 +61,7 @@ function Source({ <>
- Select tokens to send through the worm bridge. + Select tokens to send through the Wormhole Token Bridge.