Skip to content

Commit

Permalink
Fix mobile nav bar text (#23069)
Browse files Browse the repository at this point in the history
  • Loading branch information
tesseralis authored Apr 13, 2020
1 parent 63b9dd6 commit 4983d20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion www/src/components/navigation-mobile.js
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ const MobileNavigation = ({ i18n }) => (
<MobileNavItem
linkTo={`/${id}/`}
key={id}
text={i18n._(text)}
label={i18n._(text)}
icon={icon}
/>
))}
Expand Down

0 comments on commit 4983d20

Please sign in to comment.