mirror of
https://github.com/RoboSats/robosats.git
synced 2024-12-28 23:03:31 +03:00
Update federated frontend url
This commit is contained in:
parent
8af3edad6f
commit
51c5bad5c0
@ -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>
|
||||
|
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user