Skip to content
This repository has been archived by the owner on Jan 9, 2023. It is now read-only.

fix: update hardcoded text with i18n locales #2203

Merged
merged 1 commit into from
Jul 7, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/labs/ViewLabs.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -94,8 +94,8 @@ const ViewLabs = () => {
<div className="col">
<TextInputWithLabelFormGroup
name="searchbox"
label="Search Labs"
placeholder="Search labs by type"
label={t('labs.search')}
placeholder={t('labs.search')}
value={searchText}
isEditable
onChange={onSearchBoxChange}
Expand Down