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
fix(swap): stop synth sunset copy on empty asset picker
The output picker used synthDisabled as a generic empty-state, so Native+usdt
(and any other empty filter) showed "Synth minting has been discontinued" to
users redeeming secured assets. Empty lists now always use common.noResult.
Remove the dead synthDisabled prop and unused i18n key.
Copy file name to clipboardExpand all lines: src/renderer/i18n/de/swap.ts
-2Lines changed: 0 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -39,8 +39,6 @@ const swap: SwapMessages = {
39
39
'Dein Swap ist mit diesem Mindestwert basierend auf der ausgewählten {tolerance}% Slippage-Toleranz abgesichert. Falls eine Preisänderung vor der Transaktions-Bestätigung mehr als {tolerance}% zu Deinem Nachteil beträgt, wird Deine Swap-Transaktion zurücküberwiesen.',
Copy file name to clipboardExpand all lines: src/renderer/i18n/en/swap.ts
-2Lines changed: 0 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -38,8 +38,6 @@ const swap: SwapMessages = {
38
38
'Your swap is protected by this minimum value based on selected {tolerance}% slippage tolerance. In case the price changes unfavourable more than {tolerance}% your swap transaction will be reverted before confirmation.',
Copy file name to clipboardExpand all lines: src/renderer/i18n/es/swap.ts
-2Lines changed: 0 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -40,8 +40,6 @@ const swap: SwapMessages = {
40
40
'Su swap está protegido por este valor mínimo basado en el {tolerance}% de tolerancia de deslizamiento seleccionado. En caso de que el precio cambie desfavorablemente más del {tolerance}%, su operación de swap se revertirá antes de la confirmación.',
41
41
'swap.min.result.protected': 'Resultado del swap protegido',
42
42
'swap.address.evm.warning': 'NO intercambiar a direcciones de Smart Contract',
43
-
'swap.synth.warning':
44
-
'La acuñación de Synths se ha descontinuado. La redención de Synths estará disponible durante los próximos 3 meses — por favor, canjéalos mientras puedas.',
Copy file name to clipboardExpand all lines: src/renderer/i18n/fr/swap.ts
-2Lines changed: 0 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -39,8 +39,6 @@ const swap: SwapMessages = {
39
39
"Votre échange est protégé par cette valeur minimale basée sur la tolérance de slippage de {tolerance} % sélectionnée. Dans le cas où le prix change défavorablement de plus de {tolerance} %, votre transaction d'échange sera annulée avant la confirmation.",
40
40
'swap.min.result.protected': 'Résultat du swap protégé',
41
41
'swap.address.evm.warning': 'NE PAS échanger vers des adresses de Smart Contract',
42
-
'swap.synth.warning':
43
-
"La création de Synths a été arrêtée. Le rachat des Synths restera disponible pendant encore 3 mois — veuillez les échanger tant que c'est possible.",
0 commit comments