Skip to content

Commit

Permalink
fix: invalid locale namespace specified for create
Browse files Browse the repository at this point in the history
  • Loading branch information
rexxars committed Nov 3, 2024
1 parent 325e50a commit 9a872ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/sanity/src/core/create/i18n/resources.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import {defineLocalesResources} from '../../i18n'
*
* @internal
*/
const createLocaleStrings = defineLocalesResources('comments', {
const createLocaleStrings = defineLocalesResources('create', {
/** "Start in Sanity Create" action button text */
'start-in-create-action.label': 'Start in Sanity Create',

Expand Down

0 comments on commit 9a872ff

Please sign in to comment.