big-265: fixed forgot password text

This commit is contained in:
Allan Ibutiti
2024-11-07 12:13:59 +03:00
parent 94223b6ebf
commit 850f4956cb
4 changed files with 6 additions and 6 deletions

View File

@@ -75,7 +75,7 @@ function LoginFooterLinks() {
)} )}
<AuthFooterLink> <AuthFooterLink>
<Link to={'/auth/send_reset_password'}> <Link to={'/auth/send_reset_password'}>
<T id={'forget_my_password'} /> <T id={'forgot_my_password'} />
</Link> </Link>
</AuthFooterLink> </AuthFooterLink>
</AuthFooterLinks> </AuthFooterLinks>

View File

@@ -99,7 +99,7 @@ function RegisterFooterLinks() {
<AuthFooterLink> <AuthFooterLink>
<Link to={'/auth/send_reset_password'}> <Link to={'/auth/send_reset_password'}>
<T id={'forget_my_password'} /> <T id={'forgot_my_password'} />
</Link> </Link>
</AuthFooterLink> </AuthFooterLink>
</AuthFooterLinks> </AuthFooterLinks>

View File

@@ -18,7 +18,7 @@
"to_date": "الى تاريخ", "to_date": "الى تاريخ",
"report_date_range": "تقرير نطاق التاريخ", "report_date_range": "تقرير نطاق التاريخ",
"log_in": "تسجيل الدخول", "log_in": "تسجيل الدخول",
"forget_my_password": "نسيت كلمة المرور الخاصة بي", "forgot_my_password": "نسيت كلمة المرور الخاصة بي",
"keep_me_logged_in": "تذكرني", "keep_me_logged_in": "تذكرني",
"dont_have_an_account": "ليس لديك حساب؟", "dont_have_an_account": "ليس لديك حساب؟",
"sign_up": "تسجيل", "sign_up": "تسجيل",

View File

@@ -16,7 +16,7 @@
"to_date": "To date", "to_date": "To date",
"report_date_range": "Report date range", "report_date_range": "Report date range",
"log_in": "Log in", "log_in": "Log in",
"forget_my_password": "Forget my password", "forgot_my_password": "Forgot my password",
"keep_me_logged_in": "Keep me logged in", "keep_me_logged_in": "Keep me logged in",
"dont_have_an_account": "Don't have an account?", "dont_have_an_account": "Don't have an account?",
"sign_up": "Sign up", "sign_up": "Sign up",