corrected the oversight of intl
This commit is contained in:
parent
c80d13a3d5
commit
1b0671c410
@ -57,7 +57,7 @@ const SettingsIndex = () => {
|
||||
<div className="mr10">
|
||||
<Heart />
|
||||
</div>
|
||||
Donate
|
||||
<FormattedMessage {...messages.Donate} />
|
||||
<div className="align-end">
|
||||
<ArrowFront />
|
||||
</div>
|
||||
|
@ -60,7 +60,7 @@ const RelaySettingsPage = () => {
|
||||
|
||||
return (
|
||||
<>
|
||||
<h3>Relays</h3>
|
||||
<h3><FormattedMessage {...messages.Relays} /></h3>
|
||||
<div className="flex f-col mb10">
|
||||
{Object.keys(relays || {}).map(a => (
|
||||
<Relay addr={a} key={a} />
|
||||
|
Loading…
x
Reference in New Issue
Block a user