mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
update share button text
This commit is contained in:
parent
4b3533c17d
commit
240004c01c
1 changed files with 1 additions and 1 deletions
|
|
@ -107,7 +107,7 @@ import WebKit
|
|||
)
|
||||
Button(
|
||||
action: { shareActionID = UUID() },
|
||||
label: { Label("Share", systemImage: "square.and.arrow.up") }
|
||||
label: { Label("Share Original", systemImage: "square.and.arrow.up") }
|
||||
)
|
||||
Button(
|
||||
action: { showDeleteConfirmation = true },
|
||||
|
|
|
|||
Loading…
Reference in a new issue