mirror of
https://github.com/mattermost/mattermost.git
synced 2026-05-28 04:35:04 -04:00
parent
7c6f1d4554
commit
d8ede680c2
2 changed files with 3 additions and 3 deletions
|
|
@ -316,7 +316,7 @@ exports[`components/admin_console/SchemaAdminSettings should match snapshot with
|
|||
},
|
||||
Object {
|
||||
"order": 3,
|
||||
"text": "Español (Beta)",
|
||||
"text": "Español (Alpha)",
|
||||
"value": "es",
|
||||
},
|
||||
Object {
|
||||
|
|
@ -445,7 +445,7 @@ exports[`components/admin_console/SchemaAdminSettings should match snapshot with
|
|||
},
|
||||
Object {
|
||||
"order": 3,
|
||||
"text": "Español (Beta)",
|
||||
"text": "Español (Alpha)",
|
||||
"value": "es",
|
||||
},
|
||||
Object {
|
||||
|
|
|
|||
|
|
@ -31,7 +31,7 @@ export const languages = {
|
|||
},
|
||||
es: {
|
||||
value: 'es',
|
||||
name: 'Español (Beta)',
|
||||
name: 'Español (Alpha)',
|
||||
order: 3,
|
||||
url: langFiles.es,
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in a new issue