From e962f2fc73cccbf076bccfceae38868819be1742 Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Sat, 10 Sep 2022 08:22:45 +0200 Subject: [PATCH] change terminology --- files/templates/sub/settings.html | 2 +- files/templates/sub/subs.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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}}