From 859fe5540887d8fabe43790f5b8cbca332b4d0f1 Mon Sep 17 00:00:00 2001 From: Drew Lyton Date: Thu, 26 Sep 2024 10:29:45 -0400 Subject: [PATCH] feat: update i18n strings for banner copy --- packages/sanity/src/structure/i18n/resources.ts | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/packages/sanity/src/structure/i18n/resources.ts b/packages/sanity/src/structure/i18n/resources.ts index 32616fde154..6b16a0e6434 100644 --- a/packages/sanity/src/structure/i18n/resources.ts +++ b/packages/sanity/src/structure/i18n/resources.ts @@ -104,16 +104,16 @@ const structureLocaleStrings = defineLocalesResources('structure', { 'The type {{schemaType}} has liveEdit enabled, but a draft version of this document exists. Publish or discard the draft in order to continue live editing it.', /** The text for the permission check banner if the user only has one role, and it does not allow updating this document */ 'banners.permission-check-banner.missing-permission_create_one': - 'Your role does not have permissions to create this document.', + 'Your role does not have permissions to publish 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_create_other': - 'Your roles do not have permissions to create this document.', + 'Your roles do not have permissions to publish this document.', /** The text for the permission check banner if the user only has one role, and it does not allow updating this document */ 'banners.permission-check-banner.missing-permission_update_one': - 'Your role does not have permissions to update this document.', + '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 update 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 */