Skip to content

Commit

Permalink
fix(structure): passing from operation context to label for success t…
Browse files Browse the repository at this point in the history
…oast
  • Loading branch information
jordanl17 committed Aug 29, 2024
1 parent 9a05821 commit 4114f4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/sanity/src/structure/i18n/resources.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 4114f4a

Please sign in to comment.