File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -67,7 +67,7 @@ func (m Model) writeCCTPForwardingSelection(s *strings.Builder) {
6767func (m Model ) writeInternalForwardingSelection (s * strings.Builder ) {
6868 s .WriteString (bold .Render ("Configure Internal Transfer" ))
6969 s .WriteString ("\n \n " )
70- s .WriteString ("Internal transfers send tokens to a Noble address without leaving the chain.\n " )
70+ s .WriteString ("Internal transfers forward incoming tokens to an address on the Noble chain.\n " )
7171 s .WriteString ("• Recipient: The bech32 Noble address to receive the tokens\n \n " )
7272
7373 for _ , input := range m .forwardingInputs {
@@ -88,7 +88,7 @@ func (m Model) initForwardingSelection() Model {
8888 desc : "Inter-Blockchain Communication (Cosmos ecosystem)" ,
8989 },
9090 item {title : core .PROTOCOL_HYPERLANE .String (), desc : "Hyperlane interchain protocol" },
91- item {title : core .PROTOCOL_INTERNAL .String (), desc : "Internal transfer" },
91+ item {title : core .PROTOCOL_INTERNAL .String (), desc : "Internal transfer on Noble " },
9292 }
9393
9494 l := list .New (forwardingItems , list .NewDefaultDelegate (), 0 , 0 )
You can’t perform that action at this time.
0 commit comments