Skip to content

Commit

Permalink
adjust code label key
Browse files Browse the repository at this point in the history
  • Loading branch information
Janderson Souza Matias authored and Janderson Souza Matias committed Jan 16, 2024
1 parent 341d5f3 commit a368302
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/Login/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ const Login: React.FC = () => {
)}
{showOTP && (
<VStack my={10}>
<Text>{t('Login.code-labelकोच डिजिटल एनपी')}</Text>
<Text>{t('Login.code-label')}</Text>
<HStack>
<PinInput otp onComplete={setCode}>
<PinInputField />
Expand Down

0 comments on commit a368302

Please sign in to comment.