LNUrl -> LNURL

This commit is contained in:
William Casarin
2022-12-27 15:29:12 -08:00
parent a67cd2a841
commit b23203825a

View File

@@ -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")
}
}
}