Skip to content

Commit 3a59924

Browse files
committed
small text adjustments
1 parent ed4114a commit 3a59924

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

internal/forwarding.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ func (m Model) writeCCTPForwardingSelection(s *strings.Builder) {
6767
func (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)

0 commit comments

Comments
 (0)