Update relay description (#195) (#197)

Co-authored-by: Pratyush Mohanty <prat_09@noreply.coracle.social>
Co-committed-by: Pratyush Mohanty <prat_09@noreply.coracle.social>
This commit was merged in pull request #197.
This commit is contained in:
2026-04-14 15:09:46 +00:00
committed by hodlbod
parent 796f37d320
commit 964ef441ec
+2 -2
View File
@@ -58,14 +58,14 @@
<RelaySettingsItem <RelaySettingsItem
icon={Inbox} icon={Inbox}
title="Inbox Relays" title="Inbox Relays"
subtitle="Where you send your public notes. Be sure to select relays that will accept your notes, and which will let people who follow you read them." subtitle="Where other people should send notes intended for you. Be sure to select relays that will accept notes that tag you."
relays={readRelayUrls} relays={readRelayUrls}
addRelay={addReadRelay} addRelay={addReadRelay}
removeRelay={removeReadRelay} /> removeRelay={removeReadRelay} />
<RelaySettingsItem <RelaySettingsItem
icon={Plane} icon={Plane}
title="Outbox Relays" title="Outbox Relays"
subtitle="Where other people should send notes intended for you. Be sure to select relays that will accept notes that tag you." subtitle="Where you send your public notes. Be sure to select relays that will accept your notes, and which will let people who follow you read them."
relays={writeRelayUrls} relays={writeRelayUrls}
addRelay={addWriteRelay} addRelay={addWriteRelay}
removeRelay={removeWriteRelay} /> removeRelay={removeWriteRelay} />