You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"You most probably don't want to do this, so I won't allow it. If you really do, then please enable the 'dangerous mode' in wallet settings, and try again.",
90
+
)}
91
+
</AlertBox>
92
+
)}
93
+
{isDangerous&&allowDangerous&&(
94
+
<AlertBoxcolor={'status-warning'}>
95
+
{t(
96
+
'dangerMode.youCanButDoYouWant',
97
+
"You most probably shouldn't do this, but since you have specifically enabled 'dangerous mode' in wallet settings, we won't stop you.",
"youCanButDoYouWant": "You most probably shouldn't do this, but since you have specifically enabled 'dangerous mode' in wallet settings, we won't stop you.",
127
+
"youDontWantThis": "You most probably don't want to do this, so I won't allow it. If you really do, then please enable the 'dangerous mode' in wallet settings, and try again."
128
+
},
122
129
"delegations": {
123
130
"activeDelegations": "Active delegations",
124
131
"debondingDelegations": "Debonding delegations",
@@ -193,6 +200,7 @@
193
200
"menu": {
194
201
"closeWallet": "Close wallet",
195
202
"home": "Home",
203
+
"settings": "Settings",
196
204
"stake": "Stake",
197
205
"wallet": "Wallet"
198
206
},
@@ -229,6 +237,13 @@
229
237
"showPrivateKey": "Show private key"
230
238
}
231
239
},
240
+
"settings": {
241
+
"dialog": {
242
+
"close": "Close",
243
+
"description": "This is where you can configure the behavior of the Oasis Wallet.",
0 commit comments