mirror of
https://github.com/LemmyNet/lemmy-ui.git
synced 2025-01-09 19:52:36 +00:00
Add a disclaimer about federation on sign up
This commit is contained in:
parent
02198f1076
commit
a0152942c9
1 changed files with 9 additions and 0 deletions
|
@ -145,6 +145,15 @@ export class Signup extends Component<any, State> {
|
||||||
onSubmit={linkEvent(this, this.handleRegisterSubmit)}
|
onSubmit={linkEvent(this, this.handleRegisterSubmit)}
|
||||||
>
|
>
|
||||||
<h1 className="h4 mb-4">{this.titleName(siteView)}</h1>
|
<h1 className="h4 mb-4">{this.titleName(siteView)}</h1>
|
||||||
|
<div className="alert alert-warning mt-3" role="alert">
|
||||||
|
<h6 className="alert-heading">
|
||||||
|
<Icon icon="alert-triangle" classes="icon-inline me-2" />
|
||||||
|
<strong>
|
||||||
|
{I18NextService.i18n.t("federation_disclaimer_title")}
|
||||||
|
</strong>
|
||||||
|
</h6>
|
||||||
|
{I18NextService.i18n.t("federation_disclaimer_body")}
|
||||||
|
</div>
|
||||||
|
|
||||||
{this.isLemmyMl && (
|
{this.isLemmyMl && (
|
||||||
<div className="mb-3 row">
|
<div className="mb-3 row">
|
||||||
|
|
Loading…
Reference in a new issue