From 3e195e7fa165f364c236a4d3112d0c3544da0838 Mon Sep 17 00:00:00 2001 From: Philipinho <16838612+Philipinho@users.noreply.github.com> Date: Tue, 22 Apr 2025 13:47:51 +0100 Subject: [PATCH] Change copy --- apps/client/public/locales/en-US/translation.json | 2 +- apps/client/src/features/share/components/share-modal.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/client/public/locales/en-US/translation.json b/apps/client/public/locales/en-US/translation.json index f1f324ca..fde67ecf 100644 --- a/apps/client/public/locales/en-US/translation.json +++ b/apps/client/public/locales/en-US/translation.json @@ -368,8 +368,8 @@ "Shared by": "Shared by", "Shared at": "Shared at", "Inherits public sharing from": "Inherits public sharing from", - "Publicly shared": "Publicly shared", "Share to web": "Share to web", + "Shared to web": "Shared to web", "Anyone with the link can view this page": "Anyone with the link can view this page", "Make this page publicly accessible": "Make this page publicly accessible", "Include sub-pages": "Include sub-pages", diff --git a/apps/client/src/features/share/components/share-modal.tsx b/apps/client/src/features/share/components/share-modal.tsx index 0a7ce328..c3af10e8 100644 --- a/apps/client/src/features/share/components/share-modal.tsx +++ b/apps/client/src/features/share/components/share-modal.tsx @@ -155,7 +155,7 @@ export default function ShareModal({ readOnly }: ShareModalProps) {
- {isPagePublic ? t("Publicly shared") : t("Share to web")} + {isPagePublic ? t("Shared to web") : t("Share to web")} {isPagePublic