fix(relayauth): shorten the follow-trust button label

"Always allow relays of people I follow" overflowed the button; shorten to
"Always allow relays from my follows".

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01EZjmYpgHP4pf79Sav5QT8a
This commit is contained in:
Claude
2026-07-10 22:40:12 +00:00
parent 620eeadc2b
commit e9dad44131
+1 -1
View File
@@ -854,7 +854,7 @@
<string name="relay_auth_and_others">…and others</string>
<string name="relay_auth_allow_once">Allow once</string>
<string name="relay_auth_always_allow">Always allow this relay</string>
<string name="relay_auth_always_allow_follows">Always allow relays of people I follow</string>
<string name="relay_auth_always_allow_follows">Always allow relays from my follows</string>
<string name="relay_auth_block">Block this relay</string>
<string name="relay_auth_per_relay_overrides">Per-relay overrides</string>
<string name="relay_auth_why_authenticated">Why you\'re logged in to these relays</string>