Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
martinbedouret committed Apr 28, 2020
1 parent bfb9b91 commit 1fa80a5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/Settings/Language/Language.component.js
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ const Language = ({
>
<ListItemText
primary={
lang !== 'sr-me'
lang !== 'sr-ME'
? `${ISO6391.getNativeName(locale)} ${langCode}`
: `Crnogorski jezik`
}
Expand Down
2 changes: 1 addition & 1 deletion src/components/Settings/Speech/Speech.component.js
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ const Speech = ({
selected={index === selectedVoiceIndex}
onClick={() => handleMenuItemClick(voice, index)}
>
{isCordova() ? voice.name + ' - ' + voice.voiceURI : voice.name}
{getVoiceLabel(voice)}
</MenuItem>
))}
</Menu>
Expand Down

0 comments on commit 1fa80a5

Please sign in to comment.