implement localization
This commit is contained in:
@@ -57,7 +57,7 @@ export default function ForgotPassword({ status }: { status?: string }) {
|
||||
)}
|
||||
</Form>
|
||||
|
||||
<div className="space-x-1 text-center text-sm text-muted-foreground">
|
||||
<div className="space-x-1 text-center text-sm text-muted-foreground rtl:space-x-reverse">
|
||||
<span>{t('Or, return to')}</span>
|
||||
<TextLink href={login()}>{t('log in')}</TextLink>
|
||||
</div>
|
||||
|
||||
@@ -58,7 +58,7 @@ export default function Login({
|
||||
{canResetPassword && (
|
||||
<TextLink
|
||||
href={request()}
|
||||
className="ml-auto text-sm"
|
||||
className="ms-auto text-sm"
|
||||
tabIndex={5}
|
||||
>
|
||||
{t('Forgot password?')}
|
||||
@@ -76,7 +76,7 @@ export default function Login({
|
||||
<InputError message={errors.password} />
|
||||
</div>
|
||||
|
||||
<div className="flex items-center space-x-3">
|
||||
<div className="flex items-center gap-3">
|
||||
<Checkbox
|
||||
id="remember"
|
||||
name="remember"
|
||||
|
||||
Reference in New Issue
Block a user