From 9f3efff88cf19cc5bb75724ee882d72578b96d49 Mon Sep 17 00:00:00 2001 From: emirjorge <117597846+emirjorge@users.noreply.github.com> Date: Wed, 18 Oct 2023 05:00:37 -0500 Subject: [PATCH] Corrected Tittle Spanish :D (#1136) --- web/assets/js/langs.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: '🇪🇸', },