Skip to content

Commit 094cdcf

Browse files
committed
chore(consent): correct space and capitalization
1 parent f9e8d70 commit 094cdcf

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

apps/consent/components/login-link.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ const LoginLink: React.FC<LoginLinkProp> = ({ href }) => {
1313
<p className="font-medium text-sm">
1414
Already have an Account?{" "}
1515
<span className="font-semibold text-[var(--primaryButtonBackground)] dark:text-[var(--primaryButtonBackground)] hover:underline">
16-
Login Here.
16+
Log in here.
1717
</span>
1818
</p>
1919
</Link>

apps/consent/components/phone-auth/phone-auth-form.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ const PhoneAuthForm: React.FC<AuthFormProps> = ({
130130
data-testid="phone_number_input"
131131
value={phoneNumber}
132132
required
133-
placeholder="Phone Number"
133+
placeholder="Phone number"
134134
id="phone"
135135
name="phone"
136136
onChange={handlePhoneNumberChange}

apps/consent/components/register-link.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ const RegisterLink: React.FC<RegisterLinkProp> = ({ href }) => {
1313
<p className="font-medium text-sm">
1414
Don&apos;t have an Account?{" "}
1515
<span className="font-semibold text-[var(--primaryButtonBackground)] dark:text-[var(--primaryButtonBackground)] hover:underline">
16-
Register Here.
16+
Register here.
1717
</span>
1818
</p>
1919
</Link>

0 commit comments

Comments
 (0)