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

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