From 911255cd0fcae8d814bdf087cb0367eeb333f699 Mon Sep 17 00:00:00 2001 From: jayant-ssharma Date: Fri, 24 Jul 2026 22:40:39 +0530 Subject: [PATCH] fix: use consistent 'Log in' terminology instead of 'Sign in' --- public/locale/en.json | 2 +- public/locale/ml.json | 1 - src/components/Common/LoginHeader.tsx | 2 +- 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/public/locale/en.json b/public/locale/en.json index 7a97ce914fa..32ea9b2ef90 100644 --- a/public/locale/en.json +++ b/public/locale/en.json @@ -3233,6 +3233,7 @@ "lock_invoice": "Lock Invoice", "lock_ratios": "Lock Ratios", "locked": "Locked", + "log_in": "Log in", "log_in_again": "Log in again", "log_lab_results": "Log Lab Results", "log_report": "Log Report", @@ -5768,7 +5769,6 @@ "showing_x_of_y": "Showing {{x}} of {{y}}", "sidebar": "sidebar", "sidebar_description": "sidebar provides navigation to different sections", - "sign_in": "Sign in", "sign_in_to_your_account_to_continue": "Sign in to your account to continue", "sign_out": "Sign out", "since": "since", diff --git a/public/locale/ml.json b/public/locale/ml.json index 6a688ea0ab8..e89679790c3 100644 --- a/public/locale/ml.json +++ b/public/locale/ml.json @@ -1689,7 +1689,6 @@ "show_default_presets": "ഡിഫോൾട്ട് പ്രീസെറ്റുകൾ കാണിക്കുക", "show_patient_presets": "രോഗിയുടെ പ്രീസെറ്റുകൾ കാണിക്കുക", "show_unread_notifications": "വായിക്കാത്തത് കാണിക്കുക", - "sign_in": "സൈൻ ഇൻ", "sign_out": "ലോഗ് ഔട്ട് ചെയ്യുക/പുറത്തിറങ്ങുക", "skill_add_error": "കഴിവ് ചേർക്കുന്നതിനിടെ എറർ", "skill_added_successfully": "കഴിവ് വിജയകരമായി ചേർത്തു", diff --git a/src/components/Common/LoginHeader.tsx b/src/components/Common/LoginHeader.tsx index 30d329b580a..e34bcbcc6d5 100644 --- a/src/components/Common/LoginHeader.tsx +++ b/src/components/Common/LoginHeader.tsx @@ -83,7 +83,7 @@ export const LoginHeader = () => { ) } > - {t("sign_in")} + {t("log_in")}