Skip to content

Commit

Permalink
minor: use "Blockchain" instead of "Network" in UI
Browse files Browse the repository at this point in the history
  • Loading branch information
Fonta1n3 committed Jan 7, 2025
1 parent 9edb082 commit b5a64be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion FullyNoded-Server/Views/JoinMarket.swift
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ struct JoinMarket: View {
)

VStack() {
Label("Network", systemImage: "network")
Label("Blockchain", systemImage: "network")
.padding([.leading])
.frame(maxWidth: .infinity, alignment: .leading)

Expand Down

0 comments on commit b5a64be

Please sign in to comment.