Skip to content

Commit

Permalink
fix(core): update placeholder text to be more clear and accessible (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
jtpetty committed Mar 6, 2024
1 parent 7d3f33d commit 9978095
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/sanity/src/core/i18n/bundles/studio.ts
Expand Up @@ -1034,7 +1034,7 @@ export const studioLocaleStrings = defineLocalesResources('studio', {
*/
'new-document.create-new-document-label': 'New document…',
/** Placeholder for the "filter" input within the new document menu */
'new-document.filter-placeholder': 'Filter',
'new-document.filter-placeholder': 'Search document types',
/** Loading indicator text within the new document menu */
'new-document.loading': 'Loading…',
/** Accessibility label for the list displaying options in the new document menu */
Expand Down

0 comments on commit 9978095

Please sign in to comment.