From b23203825a3c98144f55de4cbce097d1105c18ef Mon Sep 17 00:00:00 2001 From: William Casarin Date: Tue, 27 Dec 2022 15:29:12 -0800 Subject: [PATCH] LNUrl -> LNURL --- damus/Views/ProfileView.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/damus/Views/ProfileView.swift b/damus/Views/ProfileView.swift index 6e804539..688e57aa 100644 --- 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") } } }