Skip to content

Commit

Permalink
fixed option value ptbr to Português (Brasil)
Browse files Browse the repository at this point in the history
  • Loading branch information
daniloccangucu committed Nov 20, 2024
1 parent 94053ec commit 2c112d4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ export const PersonalInformation = React.memo(({ isDisabled }: { isDisabled: boo
style={{ cursor: isDisabled ? "not-allowed" : "pointer" }}
disabled={isDisabled}
>
<option value="ptbr">Português</option>
<option value="ptbr">{`Português (Brasil)`}</option>
<option value="es">Español</option>
<option value="en">English</option>
<option value="sv">Svenska</option>
Expand Down

0 comments on commit 2c112d4

Please sign in to comment.