Skip to content

Commit

Permalink
Add translation for Open settings
Browse files Browse the repository at this point in the history
  • Loading branch information
ZaneH committed Aug 7, 2022
1 parent 22960c7 commit 06fb5d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Trainer/TrainerDisplay.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ const TrainerDisplay = () => {
<QuizIcon color='#1f1f20' />
</IconContainer>
<IconContainer
title='Open settings'
title={t('pages.practice.mode.settingsHint')}
onClick={() => setIsOpen?.(true)}
>
<SettingsIcon color='#1f1f20' />
Expand Down

0 comments on commit 06fb5d2

Please sign in to comment.