@@ -254,21 +254,21 @@ export const TransactionSafetyWarning: FunctionComponent = () => {
254
254
< WideDialog open = { open } >
255
255
< Box p = { 6 } textAlign = "center" >
256
256
< Typography variant = "body1" paragraph >
257
- Ren is new technology, and security audits don't completely eliminate
258
- risks. Please don’t bridge assets you can’t afford to lose.
257
+ RenBridge uses local browser storage to keep track of your ongoing
258
+ bridge transactions. While bridging transactions through Ren, please
259
+ do not remove your browser history and cache, and please do not use
260
+ incognito mode, as you risk losing track of your bridge transactions.
261
+ You can avoid this issue by bookmarking your unique bridge URL when
262
+ prompted by the UI.
259
263
</ Typography >
260
264
< Typography variant = "body1" >
261
- RenBridge uses local browser storage to keep its orders while in
262
- transit. Do not clear your history, cache, or use incognito mode and
263
- then close your window,
265
+ RenBridge uses the Ren protocol, which is new technology. While it has
266
+ undergone security audits, that does not completely eliminate risks.
267
+ Please be mindful when bridging large amounts of assets.
264
268
</ Typography >
265
269
< Typography variant = "body1" >
266
- < strong > your funds will be lost.</ strong >
267
- </ Typography > { " " }
268
- < Typography variant = "body1" >
269
- By proceeding you understand this and are responsible for any lost
270
- funds. You can avoid this issue by bookmarking the bridge URL once
271
- initiated.
270
+ By proceeding, you understand the risks and are responsible for any
271
+ lost funds.
272
272
</ Typography >
273
273
< Box mt = { 6 } >
274
274
< ActionButton onClick = { handleAccept } > Accept Terms</ ActionButton >
0 commit comments