mirror of
https://github.com/p-stream/p-stream.git
synced 2026-01-11 20:10:32 +00:00
add notice about backends not syncing
This commit is contained in:
parent
41aaa4ec03
commit
694b127165
3 changed files with 8 additions and 1 deletions
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -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}
|
||||
|
|
|
|||
|
|
@ -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={() => {
|
||||
|
|
|
|||
Loading…
Reference in a new issue