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