From 6e23eaed3afceb71d4e67311df7ce83a0f5e1bb2 Mon Sep 17 00:00:00 2001 From: SleeplessOne1917 Date: Thu, 14 Mar 2024 08:14:51 -0400 Subject: [PATCH] Add visibility blurbs --- translations/en.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/translations/en.json b/translations/en.json index 2b8402f..177b6c9 100644 --- a/translations/en.json +++ b/translations/en.json @@ -609,5 +609,7 @@ "community_locked": "Community locked", "community_visibility": "Visibility", "local_only": "Local Only", - "public": "Public" + "local_only_blurb": "Only users on this instance can interact with this community.", + "public": "Public", + "public_blurb": "This community can be federated to other instances and be posted/commented in by their users." }