mirror of
https://github.com/docmost/docmost.git
synced 2025-11-17 20:31:12 +10:00
Change copy
This commit is contained in:
@ -368,8 +368,8 @@
|
|||||||
"Shared by": "Shared by",
|
"Shared by": "Shared by",
|
||||||
"Shared at": "Shared at",
|
"Shared at": "Shared at",
|
||||||
"Inherits public sharing from": "Inherits public sharing from",
|
"Inherits public sharing from": "Inherits public sharing from",
|
||||||
"Publicly shared": "Publicly shared",
|
|
||||||
"Share to web": "Share to web",
|
"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",
|
"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",
|
"Make this page publicly accessible": "Make this page publicly accessible",
|
||||||
"Include sub-pages": "Include sub-pages",
|
"Include sub-pages": "Include sub-pages",
|
||||||
|
|||||||
@ -155,7 +155,7 @@ export default function ShareModal({ readOnly }: ShareModalProps) {
|
|||||||
<Group justify="space-between" wrap="nowrap" gap="xl">
|
<Group justify="space-between" wrap="nowrap" gap="xl">
|
||||||
<div>
|
<div>
|
||||||
<Text size="sm">
|
<Text size="sm">
|
||||||
{isPagePublic ? t("Publicly shared") : t("Share to web")}
|
{isPagePublic ? t("Shared to web") : t("Share to web")}
|
||||||
</Text>
|
</Text>
|
||||||
<Text size="xs" c="dimmed">
|
<Text size="xs" c="dimmed">
|
||||||
{isPagePublic
|
{isPagePublic
|
||||||
|
|||||||
Reference in New Issue
Block a user