Merge pull request #231 from h3y6e/fix-intl

oversight of intl
This commit is contained in:
Kieran 2023-02-09 18:29:07 +00:00 committed by GitHub
commit 51e8db651c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 2 deletions

View File

@ -57,7 +57,7 @@ const SettingsIndex = () => {
<div className="mr10"> <div className="mr10">
<Heart /> <Heart />
</div> </div>
Donate <FormattedMessage {...messages.Donate} />
<div className="align-end"> <div className="align-end">
<ArrowFront /> <ArrowFront />
</div> </div>

View File

@ -60,7 +60,9 @@ const RelaySettingsPage = () => {
return ( return (
<> <>
<h3>Relays</h3> <h3>
<FormattedMessage {...messages.Relays} />
</h3>
<div className="flex f-col mb10"> <div className="flex f-col mb10">
{Object.keys(relays || {}).map(a => ( {Object.keys(relays || {}).map(a => (
<Relay addr={a} key={a} /> <Relay addr={a} key={a} />