Update federated frontend url

This commit is contained in:
Reckless_Satoshi 2024-01-12 13:43:11 +00:00
parent 8af3edad6f
commit 51c5bad5c0
No known key found for this signature in database
GPG Key ID: 9C4585B561315571
2 changed files with 6 additions and 6 deletions

View File

@ -71,18 +71,18 @@ const UnsafeAlert = (): JSX.Element => {
>
<AlertTitle>{t('You are not using RoboSats privately')}</AlertTitle>
<Trans i18nKey='unsafe_alert'>
<a>To protect your data and privacy use </a>
<a>To fully enable RoboSats and protect your data and privacy, use </a>
<Link href='https://www.torproject.org/download/' target='_blank'>
Tor Browser
</Link>
<a> and visit a federation hosted </a>
<a> and visit the federation hosted </a>
<Link
href='http://robosats6tkf3eva7x2voqso3a5wcorsnw34jveyxfqi2fu7oyheasid.onion'
href='http://robodexarjwtfryec556cjdz3dfa7u47saek6lkftnkgshvgg2kcumqd.onion'
target='_blank'
>
Onion
<b>Onion</b>
</Link>
<a> site. Or </a>
<a> site or </a>
<Link href='https://apps.umbrel.com/app/robosats' target='_blank'>
host your own app.
</Link>

View File

@ -6,7 +6,7 @@ phrases = OrderedDict(
[
(
"unsafe_alert",
"To protect your data and privacy use <1>Tor Browser</1> and visit a federation hosted <3>Onion</3> site. Or <5>host your own app.</5>",
"To fully enable RoboSats and protect your data and privacy, use <1>Tor Browser</1> and visit the federation hosted <3>Onion</3> site or <5>host your own app.</5>",
),
(
"let_us_know_hot_to_improve",