Browse Source

event-context: Rename "Copy Note" to "Copy Note JSON"

Changelog-Changed: Rename "Copy Note" to "Copy Note JSON"
post-button-style
William Casarin 2 years ago
parent
commit
90bbd90a31
  1. 2
      damus/Views/EventView.swift

2
damus/Views/EventView.swift

@ -214,7 +214,7 @@ extension View {
Button { Button {
UIPasteboard.general.string = event_to_json(ev: event) UIPasteboard.general.string = event_to_json(ev: event)
} label: { } label: {
Label("Copy Note", systemImage: "note") Label("Copy Note JSON", systemImage: "note")
} }
Button { Button {

Loading…
Cancel
Save