diff options
| author | emirjorge <117597846+emirjorge@users.noreply.github.com> | 2023-10-18 13:00:37 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-10-18 13:00:37 +0300 |
| commit | 9f3efff88cf19cc5bb75724ee882d72578b96d49 (patch) | |
| tree | a1ea2ce4031a90b975d79d0c903d40a642c33c5d /web/assets | |
| parent | 7c1ecef58986fcb6b08537abeebdf671b70c7367 (diff) | |
Corrected Tittle Spanish :D (#1136)
Diffstat (limited to 'web/assets')
| -rw-r--r-- | web/assets/js/langs.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/assets/js/langs.js b/web/assets/js/langs.js index f590991e..59f0696f 100644 --- a/web/assets/js/langs.js +++ b/web/assets/js/langs.js @@ -25,7 +25,7 @@ const supportLangs = [ icon: '🇻🇳', }, { - name: 'española', + name: 'Español', value: 'es-ES', icon: '🇪🇸', }, |
