From 2fc1f4e401895b1b15ec480214b1627b956a6409 Mon Sep 17 00:00:00 2001 From: sunaurus Date: Fri, 7 Jul 2023 14:08:22 +0300 Subject: [PATCH] Add federation disclaimer (to be used on the sign up form) --- translations/en.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/translations/en.json b/translations/en.json index 3f7999f..4d2c308 100644 --- a/translations/en.json +++ b/translations/en.json @@ -510,5 +510,7 @@ "add_instance": "Add instance", "open_links_in_new_tab": "Open links in a new tab", "op": "OP", - "couldnt_create_audio_captcha": "Couldn't create audio captcha." + "couldnt_create_audio_captcha": "Couldn't create audio captcha.", + "federation_disclaimer_title": "By signing up, you consent to your public data being sent to other instances", + "federation_disclaimer_body": "Your public data (including your profile, posts, comments and votes) is sent to other instances that your instance is federated with. You acknowledge that your instance has no authority over other instances, and is not able to guarantee future removal of your content from any other server." }