update share button text

This commit is contained in:
Satindar Dhillon 2022-05-16 13:15:40 -07:00
parent 4b3533c17d
commit 240004c01c

View file

@ -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 },