Skip to content

Commit

Permalink
refactor: rename intl key
Browse files Browse the repository at this point in the history
  • Loading branch information
stipsan authored Jun 6, 2024
1 parent 3f2c047 commit 88aaa8c
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 @@ -398,7 +398,7 @@ export const studioLocaleStrings = defineLocalesResources('studio', {
'form.error.no-array-item-at-key':
'No array item with `_key` <code>"{{key}}"</code> found at path <code>{{path}}</code>',
/** The title for the error card rendered inside a field in place of a crashing input */
'form.error.unhandled-runtime-error.details.title': 'Call Stack:',
'form.error.unhandled-runtime-error.call-stack.title': 'Call Stack:',
/** The error message for the unhandled error that crashed the Input component during render */
'form.error.unhandled-runtime-error.error-message': 'Error: {{message}}',
/** The label on the button that retries render in case the runtime error is transient */
Expand Down

0 comments on commit 88aaa8c

Please sign in to comment.