Change copy

This commit is contained in:
Philipinho
2025-04-22 13:47:51 +01:00
parent 86e8795c1f
commit 3e195e7fa1
2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -155,7 +155,7 @@ export default function ShareModal({ readOnly }: ShareModalProps) {
<Group justify="space-between" wrap="nowrap" gap="xl">
<div>
<Text size="sm">
{isPagePublic ? t("Publicly shared") : t("Share to web")}
{isPagePublic ? t("Shared to web") : t("Share to web")}
</Text>
<Text size="xs" c="dimmed">
{isPagePublic