Skip to content

Commit

Permalink
Merge pull request #49 from kou-kee/patch-3
Browse files Browse the repository at this point in the history
Update LanguageScreen.js
  • Loading branch information
Dwynr authored Apr 20, 2022
2 parents 8a5fe14 + fc7711b commit 299dafc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/LanguageScreen.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ export const LanguageScreen = memo(({ navigation, route }) => {
<SettingsButtonLinkHighlight title="Українська" onPress={() => {
setLang("uk")
}} />
<SettingsButtonLinkHighlight title="日本" onPress={() => {
<SettingsButtonLinkHighlight title="日本語" onPress={() => {
setLang("ja")
}} />
</SettingsGroup>
Expand Down

0 comments on commit 299dafc

Please sign in to comment.