cnstll/ft_transcendAnce

[Bug] Change password modal error wording

Closed this issue · 0 comments

Describe the bug

                {inputStatus === 'invalidPassword' && (
                  <p className="text-red-500 text-xs font-medium my-1">
                    Password is mandatory to enter {props.channel.name}
                  </p>
                )}
                {inputStatus === 'passwordRequired' && (
                  <p className="text-red-500 text-xs font-medium my-1">
                    A password is required
                  </p>

Steps to reproduce

search a channel, enter no password or a wrong password

Expected behavior

wording should be :
1- Wrong password
2-A password is required to enter

Environment

No response

OS

No response

Browser

No response

Version

No response

Additional context

No response

Relevant log output

No response