From 4114f4ab3dae5c4758503a28be449b97e2b9918e Mon Sep 17 00:00:00 2001 From: Jordan Lawrence Date: Thu, 29 Aug 2024 11:03:38 +0100 Subject: [PATCH] fix(structure): passing from operation context to label for success toast --- 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 800fda3727d..aeadeba0ddc 100644 --- a/packages/sanity/src/structure/i18n/resources.ts +++ b/packages/sanity/src/structure/i18n/resources.ts @@ -351,7 +351,7 @@ const structureLocaleStrings = defineLocalesResources('structure', { /** The text when a generic operation succeeded (fallback, generally not shown) */ 'panes.document-operation-results.operation-success': 'Successfully performed {{op}} on document', /** The text when copy URL operation succeeded */ - 'panes.document-operation-results.operation-success_copy-url': 'Document URL copied to clipboard', + 'panes.document-operation-results.operation-success_copy-url': 'Document URL copied to clipboard', /** The text when a delete operation succeeded */ 'panes.document-operation-results.operation-success_delete': 'The document was successfully deleted',