From 729a65f177d809807daed8874e8ac649984299a4 Mon Sep 17 00:00:00 2001 From: JuliusPC Date: Mon, 7 May 2018 02:13:23 +0200 Subject: [PATCH] =?UTF-8?q?Fix=20spelling=20of=20"E-Mail"=20=E2=86=92=20ht?= =?UTF-8?q?tps://www.duden.de/rechtschreibung/E=5FMail?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- isso/js/app/i18n/de.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/isso/js/app/i18n/de.js b/isso/js/app/i18n/de.js index 04e1739..9625f7e 100644 --- a/isso/js/app/i18n/de.js +++ b/isso/js/app/i18n/de.js @@ -1,7 +1,7 @@ define({ "postbox-text": "Kommentar hier eingeben (mindestens 3 Zeichen)", "postbox-author": "Name (optional)", - "postbox-email": "Email (optional)", + "postbox-email": "E-Mail (optional)", "postbox-website": "Website (optional)", "postbox-preview": "Vorschau", "postbox-edit": "Bearbeiten",