We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 810ab8a commit c3d60c8Copy full SHA for c3d60c8
src/components/ReferenceDirectoryWithFilter/index.tsx
@@ -180,7 +180,7 @@ export const ReferenceDirectoryWithFilter = ({
180
id="search"
181
ref={inputRef}
182
class="w-full bg-transparent py-xs text-accent-type-color placeholder:text-accent-type-color focus:outline-0"
183
- placeholder="Filter by keyword"
+ placeholder={uiTranslations["Filter by keyword"]}
184
onKeyUp={(e: JSX.TargetedKeyboardEvent<HTMLInputElement>) => {
185
const target = e.target as HTMLInputElement;
186
setSearchKeyword(target?.value);
0 commit comments