From 86d475fe5658fd37592ddad045d2c3e4b29dc148 Mon Sep 17 00:00:00 2001 From: CMK Date: Mon, 1 Nov 2021 20:14:26 +0800 Subject: [PATCH] feat: add i18n string for follower/following list footer --- Localization/app.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Localization/app.json b/Localization/app.json index 3d0e36d03..5c01ae7e0 100644 --- a/Localization/app.json +++ b/Localization/app.json @@ -414,6 +414,12 @@ } } }, + "follower": { + "footer": "Followers from other servers are not displayed." + }, + "following": { + "footer": "Follows from other servers are not displayed." + }, "search": { "title": "Search", "search_bar": {