Skip to content

Commit

Permalink
Change the Signup form terms and conditions agreement checkboxs' text
Browse files Browse the repository at this point in the history
  • Loading branch information
SARodrigues committed Jan 22, 2024
1 parent d477ac2 commit 8c3468d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/pages/sign-up/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -346,8 +346,8 @@ const SignUp: PageComponent<SignUpPageProps, AuthPageLayoutProps> = () => {
/>
<span className="ml-2 font-sans text-sm text-gray-800 font-regular">
<FormattedMessage
defaultMessage="I agree with the Terms and Privacy Policy."
id="X0E3iC"
defaultMessage="I agree with the Terms & Conditions and Privacy Policy."
id="AnCRrS"
/>
</span>
</label>
Expand Down

0 comments on commit 8c3468d

Please sign in to comment.