Skip to content

Commit e67812c

Browse files
committedFeb 19, 2025·
fix: warning message
1 parent 7926237 commit e67812c

File tree

4 files changed

+5
-12
lines changed

4 files changed

+5
-12
lines changed
 

‎components/teleport/EDWarningModal.vue

+1-4
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,8 @@
2828
currency,
2929
])
3030
}}
31-
<b>{{ $t('teleport.lossOfFunds') }}</b>
31+
<b>{{ $t('teleport.failedTransaction') }}</b>
3232
</span>
33-
<div class="flex py-4">
34-
<b>{{ $t('teleport.checkboxLabel') }}</b>
35-
</div>
3633
</div>
3734
<div class="flex mt-5 items-center justify-center">
3835
<NeoButton

‎components/teleport/FundsAtRiskWarning.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
targetExistentialDeposit,
2626
])
2727
}}
28-
<b>{{ $t('teleport.lossOfFunds') }}</b>
28+
<b>{{ $t('teleport.failedTransaction') }}</b>
2929
</span>
3030
<a
3131
v-safe-href="

‎i18n/locales/en.json

+3-4
Original file line numberDiff line numberDiff line change
@@ -1927,28 +1927,27 @@
19271927
"artistProfile": "Go to artist's profile",
19281928
"bridging": "Bridging {0} {1}",
19291929
"btnCopyPayment": "Copy Payment link",
1930-
"checkboxLabel": "This action will lead to an irreversible loss of funds.",
19311930
"congratsSupport": "Congratulations for supporting",
19321931
"destination": "Destination",
19331932
"donationSentTo": "Your donation will be sent to:",
19341933
"existentialDepositTooltip": "Amounts Below {0} + Fees Risk Being Lost. Enter The Minimum To Proceed.",
1934+
"failedTransaction": "Failed Transaction and Loss of Transaction Fee",
19351935
"from": "From",
19361936
"fundLossRisk": "Funds Loss Risk",
19371937
"fundsAtRisk": "Funds at risk",
19381938
"howItWorks": "How It Works?",
19391939
"insufficientAmountAfterFees": "Insufficient amount after fees",
19401940
"insufficientBalance": "Insufficient {0} Balance",
1941-
"lossOfFunds": "Loss Of Funds.",
19421941
"max": "Max",
19431942
"ownerMessage": "(You Are Owner)",
19441943
"page": "Teleport",
19451944
"proceedToConfirmation": "Proceed To Confirmation",
19461945
"receiveValue": "You will receive {0} {1} on {2} to",
19471946
"send": "Send",
19481947
"source": "Source chain",
1949-
"sourceExistentialDepositWarning": "keeping Less Than {0} {1} (existential deposit) + Fees Will Lead To An Irreversible",
1948+
"sourceExistentialDepositWarning": "Keeping Less Than {0} {1} (existential deposit) + Fees Will Lead To",
19501949
"subtitle": "Easy Asset Teleportation from One Network to Another",
1951-
"targetExistentialDepositWarning": "Transferring Less Than {0} {1} (existential deposit) + Fees Will Lead To An Irreversible",
1950+
"targetExistentialDepositWarning": "Transferring Less Than {0} {1} (existential deposit) + Fees Will Lead To",
19521951
"to": "To",
19531952
"tweetDonation": "Tweet about your awesome donation",
19541953
"usdInput": "USD Value (approx)",

‎i18n/locales/hi.json

-3
Original file line numberDiff line numberDiff line change
@@ -1438,17 +1438,14 @@
14381438
"howItWorks": "यह कैसे काम करता है?",
14391439
"insufficientAmountAfterFees": "शुल्क के बाद अपर्याप्त मात्रा",
14401440
"insufficientBalance": "अपर्याप्त {0} शेष",
1441-
"lossOfFunds": "Fund्स की हानि।",
14421441
"max": "अधिकतम",
14431442
"ownerMessage": "(आप मालिक हैं)",
14441443
"page": "टेलीपोर्ट",
14451444
"proceedToConfirmation": "पुष्टि के लिए आगे बढ़ें",
14461445
"receiveValue": "आपको {0} {1} प्राप्त होगा {2} पर",
14471446
"send": "भेजें",
14481447
"source": "स्रोत श्रृंग",
1449-
"sourceExistentialDepositWarning": "एक अपरिवर्तनी होगा जब भी {0} {1} (अस्तित्व जमा) + शुल्क कम से कम होगा",
14501448
"subtitle": "एक Network से दूसरे Network में आसान Asset Teleportation",
1451-
"targetExistentialDepositWarning": "एक अपरिवर्तनी होगा जब भी {0} {1} (अस्तित्व जमा) + शुल्क कम से कम होगा",
14521449
"to": "को",
14531450
"tweetDonation": "अपने शानदार दान के बारे में ट्वीट करें",
14541451
"usdInput": "USD मूल्य (अनुमानित)",

0 commit comments

Comments
 (0)
Please sign in to comment.