damus

nostr ios client
git clone git://jb55.com/damus
Log | Files | Refs | README | LICENSE

commit ff41bb1b35c0fccfc3c538d33f435f40cfe7f8d6
parent ba844aec979fc6aaacfa8da6f63a78495e697ad2
Author: William Casarin <jb55@jb55.com>
Date:   Fri, 21 Apr 2023 09:54:29 -0700

Update OnlyZaps wording: others can still pointlessly send you likes

Diffstat:
Mdamus/Views/Settings/ZapSettingsView.swift | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/damus/Views/Settings/ZapSettingsView.swift b/damus/Views/Settings/ZapSettingsView.swift @@ -26,7 +26,7 @@ struct ZapSettingsView: View { Form { Section( header: Text(NSLocalizedString("OnlyZaps", comment: "Section header for enabling OnlyZaps mode (hide reactions)")), - footer: Text(NSLocalizedString("Hide all 🤙's. Others will not be able to send you 🤙's", comment: "Section footer describing onlyzaps mode")) + footer: Text(NSLocalizedString("Hide all 🤙's", comment: "Section footer describing onlyzaps mode")) ) { Toggle(NSLocalizedString("Enable OnlyZaps mode", comment: "Setting toggle to hide reactions."), isOn: $settings.onlyzaps_mode)