From e43799e3b5fbb10e2e4577d8e7cb5eff2f2f2f50 Mon Sep 17 00:00:00 2001 From: eris Date: Wed, 3 Aug 2022 07:23:38 +0000 Subject: [PATCH] Add scope locale for local only posts --- src/i18n/en.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/i18n/en.json b/src/i18n/en.json index 6a7fb4af..6875d7e5 100644 --- a/src/i18n/en.json +++ b/src/i18n/en.json @@ -138,7 +138,8 @@ "direct": "Direct", "private": "Followers-only", "public": "Public", - "unlisted": "Unlisted" + "unlisted": "Unlisted", + "local": "Local - only your instance can see this status" }, "show_less": "Show less", "show_more": "Show more", -- 2.34.1