diff options
Diffstat (limited to 'src/Locales.hs')
-rw-r--r-- | src/Locales.hs | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/src/Locales.hs b/src/Locales.hs index 576ef11ce799..b387171abe63 100644 --- a/src/Locales.hs +++ b/src/Locales.hs @@ -118,12 +118,7 @@ notFoundTitle EN = "Not found" notFoundText :: BlogLang -> Text notFoundText DE = "Das gewünschte Objekt wurde leider nicht gefunden." -notFoundText EN = "The requested object could unfortunately not be found." - --- right side text (this is inserted AS IS. Escape HTML!) -rightText :: BlogLang -> Text -rightText DE = "English version <a href=\"/en\" class=\"link\">available here</a>." -rightText EN = "Deutsche Version <a href=\"/de\" class=\"link\">hier verfügbar</a>." +notFoundText EN = "The requested object could not be found." -- static information repoURL :: Text = "http://hg.tazj.in/tazblog-haskell" |