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

Commit

Permalink
fix(navbar): add missing i18n t function
Browse files Browse the repository at this point in the history
fix #1668
  • Loading branch information
ocBruno committed Jan 31, 2020
1 parent d9b7722 commit c7fd937
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/Navbar.tsx
Expand Up @@ -18,8 +18,8 @@ const Navbar = () => {
bg="dark"
variant="dark"
search={{
buttonText: 'actions.search',
placeholderText: 'actions.search',
buttonText: t('actions.search'),
placeholderText: t('actions.search'),
onClickButton: () => undefined,
onChangeInput: () => undefined,
}}
Expand Down

0 comments on commit c7fd937

Please sign in to comment.