Skip to content

Commit 898777f

Browse files
committed
feat: new ack text and timing
1 parent f12178d commit 898777f

File tree

2 files changed

+13
-13
lines changed

2 files changed

+13
-13
lines changed

public/manifest.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"short_name": "Ren Bridge 2.0",
3-
"name": "Ren Bridge 2.0",
2+
"short_name": "Ren Bridge 3",
3+
"name": "Ren Bridge 3",
44
"icons": [
55
{
66
"src": "favicon.ico",

src/features/transactions/components/TransactionsHistoryHelpers.tsx

+11-11
Original file line numberDiff line numberDiff line change
@@ -254,21 +254,21 @@ export const TransactionSafetyWarning: FunctionComponent = () => {
254254
<WideDialog open={open}>
255255
<Box p={6} textAlign="center">
256256
<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.
259263
</Typography>
260264
<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.
264268
</Typography>
265269
<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.
272272
</Typography>
273273
<Box mt={6}>
274274
<ActionButton onClick={handleAccept}>Accept Terms</ActionButton>

0 commit comments

Comments
 (0)