From a0152942c9518119c6d3d527852f2c95bceeb7f9 Mon Sep 17 00:00:00 2001 From: sunaurus Date: Fri, 7 Jul 2023 14:03:48 +0300 Subject: [PATCH] Add a disclaimer about federation on sign up --- src/shared/components/home/signup.tsx | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/src/shared/components/home/signup.tsx b/src/shared/components/home/signup.tsx index bb1e1f11..b4322dde 100644 --- a/src/shared/components/home/signup.tsx +++ b/src/shared/components/home/signup.tsx @@ -145,6 +145,15 @@ export class Signup extends Component { onSubmit={linkEvent(this, this.handleRegisterSubmit)} >

{this.titleName(siteView)}

+
+
+ + + {I18NextService.i18n.t("federation_disclaimer_title")} + +
+ {I18NextService.i18n.t("federation_disclaimer_body")} +
{this.isLemmyMl && (