This is an automated email from the ASF dual-hosted git repository. juanpablo pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/jspwiki.git
commit e3491d52596852d9a85505477cf89a835ccd8ce7 Author: Juan Pablo Santos Rodríguez <[email protected]> AuthorDate: Sat Sep 11 14:19:05 2021 +0200 fix typo --- jspwiki-main/src/main/resources/templates/default_es.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jspwiki-main/src/main/resources/templates/default_es.properties b/jspwiki-main/src/main/resources/templates/default_es.properties index fac94e3..5519cde 100644 --- a/jspwiki-main/src/main/resources/templates/default_es.properties +++ b/jspwiki-main/src/main/resources/templates/default_es.properties @@ -545,7 +545,7 @@ view.title.view={0}: {1} editor.plain.name=Tu <span class='accesskey'>n</span>ombre editor.plain.remember=¿Recordarme? -editor.plain.email=P�gina web o e-<span class='accesskey'>m</span>ail +editor.plain.email=P�gina web o e-mail editor.plain.save.submit=Guardar editor.plain.save.title=Guardar [ s ] editor.plain.preview.submit=Vista preliminar
