Skip to content

Commit

Permalink
improve: wording on login
Browse files Browse the repository at this point in the history
  • Loading branch information
mxyng committed Sep 2, 2022
1 parent 96f915b commit 492e941
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/pages/login/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ export default function Login() {
<h1 className='text-base font-bold leading-snug'>Login to Infra</h1>
<h2 className='my-3 max-w-[260px] text-center text-xs text-gray-300'>
Welcome back. Login with your credentials
{providers?.length > 0 && ' or via your identity provider'}.
{providers?.length > 0 && ' or with your identity provider'}.
</h2>
{providers?.length > 0 && (
<>
Expand Down

0 comments on commit 492e941

Please sign in to comment.