Skip to content

Commit

Permalink
chore(core): updates release create modal title (#8531)
Browse files Browse the repository at this point in the history
  • Loading branch information
pedrobonamin authored Feb 7, 2025
1 parent e728372 commit ce97b03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/sanity/src/core/i18n/bundles/studio.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1220,7 +1220,7 @@ export const studioLocaleStrings = defineLocalesResources('studio', {
/** Title for copying version to a new release dialog */
'release.dialog.copy-to-release.title': 'Copy version to new release',
/** Title for creating releases dialog */
'release.dialog.create.title': 'Create release',
'release.dialog.create.title': 'New release',
/** Label for description in tooltip to explain release types */
'release.dialog.tooltip.description':
'This makes it possible to show whether documents are in conflict when working on multiple versions.',
Expand Down

0 comments on commit ce97b03

Please sign in to comment.