Skip to content

Commit

Permalink
fix(i18n): simplify copy
Browse files Browse the repository at this point in the history
  • Loading branch information
mariuslundgard authored and rexxars committed Dec 19, 2023
1 parent cd54159 commit ea3e77e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/sanity/src/core/i18n/bundles/studio.ts
Original file line number Diff line number Diff line change
Expand Up @@ -802,12 +802,12 @@ export const studioLocaleStrings = defineLocalesResources('studio', {
'inputs.portable-text.style.normal': 'Normal',
/** Title of the "quote" block style */
'inputs.portable-text.style.quote': 'Quote',
/** Label for action to create a new document from the reference input, when there are multiple templates or document types to choose from */
'inputs.reference.action-create-new-document-select': 'Create…',
/** Label for action to clear the current value of the reference field */
'inputs.reference.action.clear': 'Clear',
/** Label for action to create a new document from the reference input */
'inputs.reference.action.create-new-document': 'Create new',
/** Label for action to create a new document from the reference input, when there are multiple templates or document types to choose from */
'inputs.reference.action.create-new-document-select': 'Create new…',
'inputs.reference.action.create-new-document': 'Create',
/** Label for action to duplicate the current item to a new item (used within arrays) */
'inputs.reference.action.duplicate': 'Duplicate',
/** Label for action that opens the referenced document in a new tab */
Expand Down

0 comments on commit ea3e77e

Please sign in to comment.