diff --git a/erpnext/www/support/index.html b/erpnext/www/support/index.html index 36cd8c68f3..491604f09c 100644 --- a/erpnext/www/support/index.html +++ b/erpnext/www/support/index.html @@ -4,7 +4,7 @@ - {{ _(greeting_title) or _("We're here to help") }} + {{ _(greeting_title) or _("We're here to help") }} {{ greeting_subtitle or _("Browse help topics.") }} @@ -13,7 +13,7 @@ {% if favorite_article_list %} - {{ _("Frequently Read Articles") }} + {{ _("Frequently Read Articles") }} {% for favorite_article in favorite_article_list %} @@ -35,7 +35,7 @@ {% if help_article_list %} - {{ _("Help Articles") }} + {{ _("Help Articles") }} {% for item in help_article_list %}
{{ greeting_subtitle or _("Browse help topics.") }}