merge upstream

This commit is contained in:
bhavishy2801
2026-04-14 15:38:42 +00:00
+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} />