소스 검색

Change comments in _defaults. Use Label instead of heading

Talha Mansoor 11 년 전
부모
커밋
01b8b3b4c5
1개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. 3 3
      templates/_includes/_defaults.html

+ 3 - 3
templates/_includes/_defaults.html

@@ -1,18 +1,18 @@
-{# Heading for the list of related posts #}
+{# Label for the list of related posts #}
 {% if not RELATED_POSTS_LABEL %}
 {% set RELATED_POSTS_LABEL = 'Related Posts' %}
 {% else %}
 {% set RELATED_POSTS_LABEL = RELATED_POSTS_LABEL %}
 {% endif %}
 
-{# Heading for the list of social profiles #}
+{# Label for the list of social profiles #}
 {% if not SOCIAL_PROFILE_LABEL %}
 {% set SOCIAL_PROFILE_LABEL = 'Contact' %}
 {% else %}
 {% set SOCIAL_PROFILE_LABEL = SOCIAL_PROFILE_LABEL %}
 {% endif %}
 
-{# Heading for the Email subscription form #}
+{# Label for the Email subscription form #}
 {% if not EMAIL_SUBSCRIPTION_LABEL %}
 {% set EMAIL_SUBSCRIPTION_LABEL = 'Email Newsletter' %}
 {% else %}