diff --git a/modules/installed/apps/apps.py b/modules/installed/apps/apps.py index ef2e1b7d3..d6ba9d662 100644 --- a/modules/installed/apps/apps.py +++ b/modules/installed/apps/apps.py @@ -77,7 +77,7 @@ some other websites business model.
form.submit(_("Update setup")) main += form.render() sidebar_right=""" -Owncloudgives you universal access to your files through a web interface or WebDAV. It also provides a platform to easily view & sync your contacts, calendars and bookmarks across all your devices and enables basic editing right on the web. Installation has minimal server requirements, doesn’t need special permissions and is quick. ownCloud is extendable via a simple but powerful API for applications and plugins. +Owncloud
gives you universal access to your files through a web interface or WebDAV. It also provides a platform to easily view & sync your contacts, calendars and bookmarks across all your devices and enables basic editing right on the web. Installation has minimal server requirements, doesn't need special permissions and is quick. ownCloud is extendable via a simple but powerful API for applications and plugins.
""" return self.fill_template(title="Owncloud", main=main, sidebar_right=sidebar_right)