mirror of
https://github.com/HeyPuter/puter.git
synced 2026-01-05 12:40:26 -06:00
Fix some i18n-related typos
This commit is contained in:
@@ -1146,9 +1146,9 @@ $(document).on('click', '.user-options-menu-btn', async function(e){
|
||||
}
|
||||
|
||||
// -------------------------------------------
|
||||
// Load avaialble languages
|
||||
// Load available languages
|
||||
// -------------------------------------------
|
||||
const supoprtedLanguagesItems = ListSupportedLanugages().map(lang => {
|
||||
const supportedLanguagesItems = ListSupportedLanguages().map(lang => {
|
||||
return {
|
||||
html: lang.name,
|
||||
icon: window.locale === lang.code ? '✓' : '',
|
||||
@@ -1198,7 +1198,7 @@ $(document).on('click', '.user-options-menu-btn', async function(e){
|
||||
//--------------------------------------------------
|
||||
{
|
||||
html: i18n('change_language'),
|
||||
items: supoprtedLanguagesItems
|
||||
items: supportedLanguagesItems
|
||||
},
|
||||
//--------------------------------------------------
|
||||
// Contact Us
|
||||
|
||||
Reference in New Issue
Block a user