From b95d1a56210b88da8eeea7f59e3213f5a69685a1 Mon Sep 17 00:00:00 2001 From: SleeplessOne1917 Date: Fri, 22 Sep 2023 22:41:37 -0400 Subject: [PATCH] feat: Add translations for remote follow flow --- translations/en.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/translations/en.json b/translations/en.json index aa3852a..413b45e 100644 --- a/translations/en.json +++ b/translations/en.json @@ -524,5 +524,7 @@ "remote_follow": "Remote Follow", "remote_follow_modal_title": "Subscribe from Remote Instance", "blur_nsfw": "Blur NSFW content", - "auto_expand": "Auto expand media" + "auto_expand": "Auto expand media", + "remote_follow_invalid_instance": "{{instance}} is not a vaild domain.", + "remote_follow_local_instance": "Cannot fetch local instance for remote follow" }