Skip to content

Commit

Permalink
fix(structure): add string for duplicate event (#6523)
Browse files Browse the repository at this point in the history
  • Loading branch information
ninaandal committed Apr 30, 2024
1 parent bc85a3d commit f51b157
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/sanity/src/structure/i18n/resources.ts
Original file line number Diff line number Diff line change
Expand Up @@ -355,6 +355,9 @@ const structureLocaleStrings = defineLocalesResources('structure', {
/** The text when a discard changes operation succeeded */
'panes.document-operation-results.operation-success_discardChanges':
'All changes since last publish has now been discarded. The discarded draft can still be recovered from history',
/** The text when a duplicate operation succeeded */
'panes.document-operation-results.operation-success_duplicate':
'The document was successfully duplicated',
/** The text when a publish operation succeeded */
'panes.document-operation-results.operation-success_publish':
'<Strong>{{title}}</Strong> was published',
Expand Down

0 comments on commit f51b157

Please sign in to comment.