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

Changelog-Changed: Rename "Copy Note" to "Copy Note JSON"
This commit is contained in:
William Casarin
2022-12-26 10:30:07 -08:00
parent 8de1a3a972
commit 90bbd90a31

View File

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