diff --git a/files/templates/sub/settings.html b/files/templates/sub/settings.html index 11b414e29..9d65a73cb 100644 --- a/files/templates/sub/settings.html +++ b/files/templates/sub/settings.html @@ -37,7 +37,7 @@ - Hide posts in this hole from the main feed by default (users can opt-in to see it there). + Make this hole blocked by default (users can visit it and unblock it). diff --git a/files/templates/sub/subs.html b/files/templates/sub/subs.html index 071cf7f04..6fc361203 100644 --- a/files/templates/sub/subs.html +++ b/files/templates/sub/subs.html @@ -21,7 +21,7 @@ {% for sub, count in subs %} {{loop.index}} - {{sub.name}} {% if sub.name in v.all_blocks %}[hidden from your main feed, visit it to unhide it]{% endif %} + {{sub.name}} {% if sub.name in v.all_blocks %}[blocked, visit it to unblock it]{% endif %} {{count}} {{sub.follow_num}} {{sub.block_num}}