mirror of
https://github.com/p-stream/p-stream.git
synced 2026-04-21 18:22:18 +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"
|
"link": "Migrate my data"
|
||||||
},
|
},
|
||||||
"documentation": "Backend documentation",
|
"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": {
|
"setup": {
|
||||||
"doSetup": "Do setup",
|
"doSetup": "Do setup",
|
||||||
|
|
|
||||||
|
|
@ -72,6 +72,9 @@ export function LoginPage() {
|
||||||
showCustom
|
showCustom
|
||||||
/>
|
/>
|
||||||
<LargeCardButtons>
|
<LargeCardButtons>
|
||||||
|
<span className="text-type-danger font-medium text-center">
|
||||||
|
{t("settings.connections.server.notice")}
|
||||||
|
</span>
|
||||||
<Button
|
<Button
|
||||||
theme="purple"
|
theme="purple"
|
||||||
onClick={handleContinue}
|
onClick={handleContinue}
|
||||||
|
|
|
||||||
|
|
@ -79,6 +79,9 @@ export function RegisterPage() {
|
||||||
showCustom
|
showCustom
|
||||||
/>
|
/>
|
||||||
<LargeCardButtons>
|
<LargeCardButtons>
|
||||||
|
<span className="text-type-danger font-medium text-center">
|
||||||
|
{t("settings.connections.server.notice")}
|
||||||
|
</span>
|
||||||
<Button
|
<Button
|
||||||
theme="purple"
|
theme="purple"
|
||||||
onClick={() => {
|
onClick={() => {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue