Browse Source

LNUrl -> LNURL

post-button-style
William Casarin 2 years ago
parent
commit
b23203825a
  1. 2
      damus/Views/ProfileView.swift

2
damus/Views/ProfileView.swift

@ -138,7 +138,7 @@ struct ProfileView: View {
Button {
UIPasteboard.general.string = profile.lnurl ?? ""
} label: {
Label("Copy LNUrl", systemImage: "doc.on.doc")
Label("Copy LNURL", systemImage: "doc.on.doc")
}
}
}

Loading…
Cancel
Save