From d9e356f0b57680a8fd51dc6cbf7c6046c552f4d9 Mon Sep 17 00:00:00 2001 From: Drew Lyton Date: Fri, 27 Sep 2024 14:28:52 -0400 Subject: [PATCH] fix: copy typo --- packages/sanity/src/structure/i18n/resources.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/sanity/src/structure/i18n/resources.ts b/packages/sanity/src/structure/i18n/resources.ts index d9d12b8505f..e197a457a94 100644 --- a/packages/sanity/src/structure/i18n/resources.ts +++ b/packages/sanity/src/structure/i18n/resources.ts @@ -113,7 +113,7 @@ const structureLocaleStrings = defineLocalesResources('structure', { 'Your role does not have permissions to edit this document.', /** The text for the permission check banner if the user only has multiple roles, but they do not allow updating this document */ 'banners.permission-check-banner.missing-permission_update_other': - 'Your roles do not have permissions to publish this document.', + 'Your roles do not have permissions to edit this document.', /** The text for the request permission button that appears for viewer roles */ 'banners.permission-check-banner.request-permission-button.text': 'Ask to edit', /** The text for the reload button */