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.
2 parents e9de158 + c0e093d commit 9496905Copy full SHA for 9496905
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