You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/app/auth/pages/register/register.page.html
+2-6Lines changed: 2 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -5,8 +5,7 @@
5
5
<form[formGroup]="form" (submit)="register()">
6
6
<div>
7
7
<h2class="text-xl font-bold" i18n>Register</h2>
8
-
<pclass="text-base" i18n>This is a secure site. Please enter your register information or if you have an
9
-
account already, <arouterLink="/auth/login">click here</a> to login.</p>
8
+
<pclass="text-base" i18n>Please fill out the form below to create a new account. All fields are required. Already have an account? Please <arouterLink="/auth/login">click here</a> to log in.</p>
<span>I agree to the <arouterLink="/terms-and-conditions" target="_blank" click-stop-propagation>Terms
29
-
and
30
-
Conditions</a> and <arouterLink="/privacy-policy" target="_blank" click-stop-propagation>Privacy
31
-
Policy</a></span>.
27
+
<span>I agree to the <arouterLink="/terms-and-conditions" target="_blank" click-stop-propagation>Terms and Conditions</a> and <arouterLink="/privacy-policy" target="_blank" click-stop-propagation>Privacy Policy</a></span>.
Copy file name to clipboardExpand all lines: src/app/dashboard/modules/integration-modules/components/integration-github/integration-github.component.html
0 commit comments