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

Commit

Permalink
fix: update hardcoded text with i18n locales (#2203)
Browse files Browse the repository at this point in the history
  • Loading branch information
vault-developer authored Jul 7, 2020
1 parent 01e8343 commit 573df57
Showing 1 changed file with 2 additions and 2 deletions.
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

1 comment on commit 573df57

@vercel
Copy link

@vercel vercel bot commented on 573df57 Jul 7, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.