From 240004c01c49dcbf3675af7995b1f486c4f2e952 Mon Sep 17 00:00:00 2001 From: Satindar Dhillon Date: Mon, 16 May 2022 13:15:40 -0700 Subject: [PATCH] update share button text --- .../Sources/App/Views/WebReader/WebReaderContainer.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apple/OmnivoreKit/Sources/App/Views/WebReader/WebReaderContainer.swift b/apple/OmnivoreKit/Sources/App/Views/WebReader/WebReaderContainer.swift index b17cf4abf..4aa28e430 100644 --- a/apple/OmnivoreKit/Sources/App/Views/WebReader/WebReaderContainer.swift +++ b/apple/OmnivoreKit/Sources/App/Views/WebReader/WebReaderContainer.swift @@ -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 },