mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-28 19:49:20 +03:00
Merge remote-tracking branch 'upstream/master'
This commit is contained in:
commit
df8de36f91
2 changed files with 28 additions and 29 deletions
|
|
@ -27,8 +27,7 @@ class LanguagesPopupView extends AbstractViewPopup {
|
|||
}
|
||||
|
||||
languageTooltipName(language) {
|
||||
const result = convertLangName(language, true);
|
||||
return convertLangName(language, false) === result ? '' : result;
|
||||
return convertLangName(language, true);
|
||||
}
|
||||
|
||||
setLanguageSelection() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue