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(soroban): surface the CAP-85 note earlier and name invalid pairings
Follow-up polish on the auth-entry review UI plus clearer diagnostics for
malformed contract creations.
The externally-managed-executable note now leads the auth entry's info
block instead of trailing it, so the caveat is read before the details it
qualifies. Its copy drops the positional reference ("the owner contract
above") and names the row instead ("the executable owner"), which stays
correct in both placements -- the Operations view still renders the note
after the executable rows, where the existing Operations__warning spacing
pattern applies.
Copy file name to clipboardExpand all lines: extension/src/popup/locales/en/translation.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -636,7 +636,7 @@
636
636
"This authorization is for {{address}}.": "This authorization is for {{address}}.",
637
637
"This can be used to sign arbitrary transaction hashes without having to decode them first.": "This can be used to sign arbitrary transaction hashes without having to decode them first.",
638
638
"This collectible is hidden": "This collectible is hidden",
639
-
"This contract's code is managed by the owner contract above and can change after you sign.": "This contract's code is managed by the owner contract above and can change after you sign.",
639
+
"This contract's code is managed by the executable owner and can change after you sign.": "This contract's code is managed by the executable owner and can change after you sign.",
640
640
"This is not a valid contract id.": "This is not a valid contract id.",
641
641
"This message is too large for your Ledger to display. Ask the site for a shorter message.": "This message is too large for your Ledger to display. Ask the site for a shorter message.",
642
642
"This site does not appear safe for the following reasons": "This site does not appear safe for the following reasons",
Copy file name to clipboardExpand all lines: extension/src/popup/locales/pt/translation.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -636,7 +636,7 @@
636
636
"This authorization is for {{address}}.": "Esta autorização é para {{address}}.",
637
637
"This can be used to sign arbitrary transaction hashes without having to decode them first.": "Isso pode ser usado para assinar hashes de transação arbitrários sem precisar decodificá-los primeiro.",
638
638
"This collectible is hidden": "Este colecionável está oculto",
639
-
"This contract's code is managed by the owner contract above and can change after you sign.": "O código deste contrato é gerenciado pelo contrato proprietário acima e pode mudar depois que você assinar.",
639
+
"This contract's code is managed by the executable owner and can change after you sign.": "O código deste contrato é gerenciado pelo proprietário do executável e pode mudar depois que você assinar.",
640
640
"This is not a valid contract id.": "Este não é um ID de contrato válido.",
641
641
"This message is too large for your Ledger to display. Ask the site for a shorter message.": "Esta mensagem é grande demais para o seu Ledger exibir. Peça ao site uma mensagem mais curta.",
642
642
"This site does not appear safe for the following reasons": "Este site não parece seguro pelos seguintes motivos",
0 commit comments