From 8e3a24f7cdbe934612f79959548e914fe890ba8c Mon Sep 17 00:00:00 2001 From: Christian Schoenebeck Date: Mon, 9 Nov 2015 21:46:01 +0100 Subject: luci-app-radicale: remove map.title hack remove map.title hack; no longer needed Signed-off-by: Christian Schoenebeck --- applications/luci-app-radicale/luasrc/controller/radicale.lua | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'applications/luci-app-radicale/luasrc/controller/radicale.lua') diff --git a/applications/luci-app-radicale/luasrc/controller/radicale.lua b/applications/luci-app-radicale/luasrc/controller/radicale.lua index 35f5a83a0..10ec1fe54 100644 --- a/applications/luci-app-radicale/luasrc/controller/radicale.lua +++ b/applications/luci-app-radicale/luasrc/controller/radicale.lua @@ -82,7 +82,7 @@ function service_ok() end function app_title_main() - return [[]] .. I18N.translate("Radicale CalDAV/CardDAV Server") + .. [[]] end function app_title_back() - return [[]] .. I18N.translate("Radicale CalDAV/CardDAV Server") + .. [[]] end function app_description() return I18N.translate("The Radicale Project is a complete CalDAV (calendar) and CardDAV (contact) server solution.") .. [[
]] -- cgit v1.2.3