From 06fcea988e22662d5d1b90a592ce7e800ebd0756 Mon Sep 17 00:00:00 2001
From: surfdude29 <149612116+surfdude29@users.noreply.github.com>
Date: Sun, 15 Feb 2026 19:02:01 +0000
Subject: [PATCH] 'Log in' to 'Sign in' (#9875)
---
src/components/dialogs/BirthDateSettings.tsx | 4 ++--
src/screens/Login/LoginForm.tsx | 6 +++---
2 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/src/components/dialogs/BirthDateSettings.tsx b/src/components/dialogs/BirthDateSettings.tsx
index d94af83f7c..102dd12c89 100644
--- a/src/components/dialogs/BirthDateSettings.tsx
+++ b/src/components/dialogs/BirthDateSettings.tsx
@@ -72,9 +72,9 @@ export function BirthDateSettingsDialog({
) : isUsingAppPassword ? (
- Hmm, it looks like you're logged in with an{' '}
+ Hmm, it looks like you're signed in with an{' '}
App Password. To set your
- birthdate, you'll need to log in with your main account
+ birthdate, you'll need to sign in with your main account
password, or ask whomever controls this account to do so.
diff --git a/src/screens/Login/LoginForm.tsx b/src/screens/Login/LoginForm.tsx
index f7ccb5c997..351aaa21b4 100644
--- a/src/screens/Login/LoginForm.tsx
+++ b/src/screens/Login/LoginForm.tsx
@@ -175,7 +175,7 @@ export const LoginForm = ({
}
return (
- Log in}>
+ Sign in}>
Hosting provider
@@ -346,13 +346,13 @@ export const LoginForm = ({
) : (