mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-24 08:39:49 +00:00
Merge pull request #745 from ibutiti/big-265-fix-forgot-password-text
big-265: Fix forgot password text
This commit is contained in:
@@ -75,7 +75,7 @@ function LoginFooterLinks() {
|
||||
)}
|
||||
<AuthFooterLink>
|
||||
<Link to={'/auth/send_reset_password'}>
|
||||
<T id={'forget_my_password'} />
|
||||
<T id={'forgot_my_password'} />
|
||||
</Link>
|
||||
</AuthFooterLink>
|
||||
</AuthFooterLinks>
|
||||
|
||||
@@ -99,7 +99,7 @@ function RegisterFooterLinks() {
|
||||
|
||||
<AuthFooterLink>
|
||||
<Link to={'/auth/send_reset_password'}>
|
||||
<T id={'forget_my_password'} />
|
||||
<T id={'forgot_my_password'} />
|
||||
</Link>
|
||||
</AuthFooterLink>
|
||||
</AuthFooterLinks>
|
||||
|
||||
@@ -18,7 +18,7 @@
|
||||
"to_date": "الى تاريخ",
|
||||
"report_date_range": "تقرير نطاق التاريخ",
|
||||
"log_in": "تسجيل الدخول",
|
||||
"forget_my_password": "نسيت كلمة المرور الخاصة بي",
|
||||
"forgot_my_password": "نسيت كلمة المرور الخاصة بي",
|
||||
"keep_me_logged_in": "تذكرني",
|
||||
"dont_have_an_account": "ليس لديك حساب؟",
|
||||
"sign_up": "تسجيل",
|
||||
|
||||
@@ -16,7 +16,7 @@
|
||||
"to_date": "To date",
|
||||
"report_date_range": "Report date range",
|
||||
"log_in": "Log in",
|
||||
"forget_my_password": "Forget my password",
|
||||
"forgot_my_password": "Forgot my password",
|
||||
"keep_me_logged_in": "Keep me logged in",
|
||||
"dont_have_an_account": "Don't have an account?",
|
||||
"sign_up": "Sign up",
|
||||
|
||||
Reference in New Issue
Block a user