mirror of
https://github.com/p-stream/p-stream.git
synced 2026-08-19 05:35:38 +00:00
fix febbox link
This commit is contained in:
parent
3c0b8f75e0
commit
198701b93c
2 changed files with 4 additions and 5 deletions
|
|
@ -99,10 +99,9 @@ export function FEDAPISetup() {
|
|||
<Trans i18nKey="settings.connections.febbox.description">
|
||||
To get your UI token:
|
||||
<br />
|
||||
1. Go to <MwLink to="https://febbox.com">
|
||||
febbox.com
|
||||
</MwLink>{" "}
|
||||
and log in with Google (use a fresh account!)
|
||||
1. Go to{" "}
|
||||
<MwLink url="https://febbox.com">febbox.com</MwLink> and log
|
||||
in with Google (use a fresh account!)
|
||||
<br />
|
||||
2. Open DevTools or inspect the page
|
||||
<br />
|
||||
|
|
|
|||
|
|
@ -208,7 +208,7 @@ function FebboxTokenEdit({ febboxToken, setFebboxToken }: FebboxTokenProps) {
|
|||
<Trans i18nKey="settings.connections.febbox.description">
|
||||
To get your UI token:
|
||||
<br />
|
||||
1. Go to <MwLink to="https://febbox.com">
|
||||
1. Go to <MwLink url="https://febbox.com">
|
||||
febbox.com
|
||||
</MwLink>{" "}
|
||||
and log in with Google (use a fresh account!)
|
||||
|
|
|
|||
Loading…
Reference in a new issue