corrected the oversight of intl

This commit is contained in:
h3y6e 2023-02-09 21:57:52 +09:00
parent c80d13a3d5
commit 1b0671c410
No known key found for this signature in database
GPG Key ID: 60BF4DA37DCACBF0
2 changed files with 2 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,7 @@ 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} />