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 aaf37c166b4677b08e2974c3f9f9dac3da3005a8 Author: Juan Pablo Santos Rodríguez <[email protected]> AuthorDate: Sun Nov 19 22:04:41 2023 +0100 JSPWIKI-1184: Image missing and German text typo --- .../src/main/resources/templates/default_de.properties | 2 +- .../main/webapp/templates/{210 => default}/images/note.png | Bin 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/jspwiki-main/src/main/resources/templates/default_de.properties b/jspwiki-main/src/main/resources/templates/default_de.properties index a255ca179..a46aa71fa 100644 --- a/jspwiki-main/src/main/resources/templates/default_de.properties +++ b/jspwiki-main/src/main/resources/templates/default_de.properties @@ -685,7 +685,7 @@ blog.permalink=Permalink # # The Javascript stuff # -javascript.broken.image=Inhalt nichr verf�gbar (Verweis ung�ltig) +javascript.broken.image=Inhalt nicht verf�gbar (Verweis ung�ltig) javascript.sbox.clearrecent=Letzte Suchen l�schen javascript.sbox.clone=Seite duplizieren javascript.sbox.create=Erzeuge {0} diff --git a/jspwiki-war/src/main/webapp/templates/210/images/note.png b/jspwiki-war/src/main/webapp/templates/default/images/note.png similarity index 100% rename from jspwiki-war/src/main/webapp/templates/210/images/note.png rename to jspwiki-war/src/main/webapp/templates/default/images/note.png
