Skip to content

Commit c3d60c8

Browse files
committed
Update: use translated placeholder in Reference search.
1 parent 810ab8a commit c3d60c8

File tree

1 file changed

+1
-1
lines changed
  • src/components/ReferenceDirectoryWithFilter

1 file changed

+1
-1
lines changed

src/components/ReferenceDirectoryWithFilter/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ export const ReferenceDirectoryWithFilter = ({
180180
id="search"
181181
ref={inputRef}
182182
class="w-full bg-transparent py-xs text-accent-type-color placeholder:text-accent-type-color focus:outline-0"
183-
placeholder="Filter by keyword"
183+
placeholder={uiTranslations["Filter by keyword"]}
184184
onKeyUp={(e: JSX.TargetedKeyboardEvent<HTMLInputElement>) => {
185185
const target = e.target as HTMLInputElement;
186186
setSearchKeyword(target?.value);

0 commit comments

Comments
 (0)