add notice about backends not syncing

This commit is contained in:
Pas 2025-12-28 12:14:10 -07:00
parent 41aaa4ec03
commit 694b127165
3 changed files with 8 additions and 1 deletions

View file

@ -1144,7 +1144,8 @@
"link": "Migrate my data"
},
"documentation": "Backend documentation",
"error": "Error connecting to backend"
"error": "Error connecting to backend",
"notice": "Your account does NOT sync between backends, so remember which one you use!"
},
"setup": {
"doSetup": "Do setup",

View file

@ -72,6 +72,9 @@ export function LoginPage() {
showCustom
/>
<LargeCardButtons>
<span className="text-type-danger font-medium text-center">
{t("settings.connections.server.notice")}
</span>
<Button
theme="purple"
onClick={handleContinue}

View file

@ -79,6 +79,9 @@ export function RegisterPage() {
showCustom
/>
<LargeCardButtons>
<span className="text-type-danger font-medium text-center">
{t("settings.connections.server.notice")}
</span>
<Button
theme="purple"
onClick={() => {