summaryrefslogtreecommitdiffstats
path: root/askbot/templates/main_page/nothing_found.html
diff options
context:
space:
mode:
Diffstat (limited to 'askbot/templates/main_page/nothing_found.html')
-rw-r--r--askbot/templates/main_page/nothing_found.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/askbot/templates/main_page/nothing_found.html b/askbot/templates/main_page/nothing_found.html
index 1e2c5445..98629476 100644
--- a/askbot/templates/main_page/nothing_found.html
+++ b/askbot/templates/main_page/nothing_found.html
@@ -3,7 +3,7 @@
{% if search_state.scope == "unanswered" %}
{% trans %}There are no unanswered questions here{% endtrans %}
{% endif %}
-{% if search_state.scope == "favorite" %}
+{% if search_state.scope == "followed" %}
{% trans %}No questions here. {% endtrans %}
{% trans %}Please follow some questions or follow some users.{% endtrans %}
{% endif %}