diff options
Diffstat (limited to 'src/Locales.hs')
-rw-r--r-- | src/Locales.hs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Locales.hs b/src/Locales.hs index 035ecd003045..09911c302e81 100644 --- a/src/Locales.hs +++ b/src/Locales.hs @@ -109,8 +109,8 @@ noComments DE = " Keine Kommentare" noComments EN = " No comments yet" cHead :: BlogLang -> Text -cHead DE = "Kommentare:" -cHead EN = "Comments:" +cHead DE = "Kommentare" +cHead EN = "Comments" cwHead :: BlogLang -> Text cwHead DE = "Kommentieren:" |