damus

nostr ios client
git clone git://jb55.com/damus
Log | Files | Refs | README | LICENSE

commit b23203825a3c98144f55de4cbce097d1105c18ef
parent a67cd2a841295b42e58ca3f665bb8a2f3636665a
Author: William Casarin <jb55@jb55.com>
Date:   Tue, 27 Dec 2022 15:29:12 -0800

LNUrl -> LNURL

Diffstat:
Mdamus/Views/ProfileView.swift | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/damus/Views/ProfileView.swift b/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") } } }