diff --git a/aleksis/core/templates/core/ical/ical_list.html b/aleksis/core/templates/core/ical/ical_list.html index 2388feb2daa9c4b31abb80bc830055e2d2d3efc6..3396515d77423542046f5702b14ead4f572aa805 100644 --- a/aleksis/core/templates/core/ical/ical_list.html +++ b/aleksis/core/templates/core/ical/ical_list.html @@ -1,8 +1,8 @@ {% extends 'core/base.html' %} {% load i18n msg_box static html_helpers %} -{% block page_title %}{% trans "ICal Feeds" %}{% endblock page_title %} -{% block browser_title %}{% trans "ICal Feeds" %}{% endblock browser_title %} +{% block page_title %}{% trans "iCal Feeds" %}{% endblock page_title %} +{% block browser_title %}{% trans "iCal Feeds" %}{% endblock browser_title %} {% block content %} {% trans "These are URLs for different Calendar Feeds in the iCal (.ics) format. You can create as many as you want and import them in your calendar software." as msg %}