Skip to content

Commit 9978095

Browse files
authoredMar 6, 2024
fix(core): update placeholder text to be more clear and accessible (#5910)
1 parent 7d3f33d commit 9978095

File tree

1 file changed

+1
-1
lines changed
  • packages/sanity/src/core/i18n/bundles

1 file changed

+1
-1
lines changed
 

‎packages/sanity/src/core/i18n/bundles/studio.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1034,7 +1034,7 @@ export const studioLocaleStrings = defineLocalesResources('studio', {
10341034
*/
10351035
'new-document.create-new-document-label': 'New document…',
10361036
/** Placeholder for the "filter" input within the new document menu */
1037-
'new-document.filter-placeholder': 'Filter',
1037+
'new-document.filter-placeholder': 'Search document types',
10381038
/** Loading indicator text within the new document menu */
10391039
'new-document.loading': 'Loading…',
10401040
/** Accessibility label for the list displaying options in the new document menu */

0 commit comments

Comments
 (0)