Title-case titles: Chat/File/Message Relay and File Upload

Capitalize Relay and Upload in the relay titles and the File Upload entry
(sidebar, homepage cards, relay page title via RELAY_KINDS).

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
Jon
2026-06-05 18:42:03 +01:00
parent 5a5134f9b2
commit 22b5ee7203
3 changed files with 9 additions and 9 deletions

View File

@@ -54,7 +54,7 @@
</a>
<a class="tile" href="https://simplex.chat/file/" target="_blank" rel="noopener">
<span class="t-ico">📁</span>
<span class="t-title">File upload</span>
<span class="t-title">File Upload</span>
<span class="t-desc">Share files over SimpleX (opens simplex.chat).</span>
</a>
</div>
@@ -63,17 +63,17 @@
<div class="tiles">
<a class="tile" href="/relays/chat">
<span class="t-ico">💬</span>
<span class="t-title">Chat relay</span>
<span class="t-title">Chat Relay</span>
<span class="t-desc">Relay chat messages between connections.</span>
</a>
<a class="tile" href="/relays/file">
<span class="t-ico">📁</span>
<span class="t-title">File relay</span>
<span class="t-title">File Relay</span>
<span class="t-desc">Relay files between connections.</span>
</a>
<a class="tile" href="/relays/message">
<span class="t-ico">✉️</span>
<span class="t-title">Message relay</span>
<span class="t-title">Message Relay</span>
<span class="t-desc">Relay messages between connections.</span>
</a>
</div>