[UX] Keyboard: Fix Greek Y popup (#8308)

Correction of the "Υ" popup, where instead of Greek upsilon (as was written) there was the Greek capital tau ("Τ").
pull/8296/head
ichnilatis-gr 3 years ago committed by GitHub
parent d8d0066ac0
commit 23be2f278c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -595,7 +595,7 @@ return {
southeast = "ʏ", -- near-close, near-front rounded vowel IPA
southwest = "Ŷ",
"¥", -- Japanese Yen/Chinese Yuan currency
"Τ", -- Greek upsilon
"Υ", -- Greek upsilon
},
_y_ = {
"y",

Loading…
Cancel
Save