Skip to content

Commit deef014

Browse files
authored
Fix parsing error in es.js
Fixed a parsing error that was causing the build to fail. `245:11 error Parsing error: Unexpected token :`
1 parent 45a392e commit deef014

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/i18n/locales/es.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ const es = {
241241
unsigned: "Sin signo",
242242
share: "Compartir",
243243
unshare: "Descompartir",
244-
copy_link: "Copiar enlace".
244+
copy_link: "Copiar enlace",
245245
readme: "README",
246246
failed_to_load: "Error al cargar. Asegurate de que el enlace sea correcto.",
247247
share_info:

0 commit comments

Comments
 (0)