From ff41bb1b35c0fccfc3c538d33f435f40cfe7f8d6 Mon Sep 17 00:00:00 2001 From: William Casarin Date: Fri, 21 Apr 2023 09:54:29 -0700 Subject: [PATCH] Update OnlyZaps wording: others can still pointlessly send you likes --- damus/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 index 9e13263f..42dd2776 100644 --- 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)