Skip to content

Commit

Permalink
Remove redundant malware from description (#8579)
Browse files Browse the repository at this point in the history
  • Loading branch information
Gela authored Nov 17, 2023
1 parent e1c86b0 commit 4a9df01
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/translations/strings.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -347,7 +347,7 @@ settings:
privacyTrackerTitle: Block trackers
privacyTrackerBody: Fewer harmful domains will be able to track you
privacyMalwareTitle: Block malware
privacyMalwareBody: Helps protect you from ransomware, phishing, spyware, viruses, and malware
privacyMalwareBody2: Helps protect you from ransomware, phishing, spyware, and viruses
dnsSettingsStandardDNSTitle: Use standard DNS
dnsSettingsStandardDNSBody: Resolve websites using Mozilla VPN’s standard DNS
dnsSettingsCustomDNSTitle: Use custom DNS
Expand Down
2 changes: 1 addition & 1 deletion src/ui/screens/settings/privacy/PrivacyFeaturesList.qml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ ColumnLayout {
objectName: "blockMalware",
settingValue: MZSettings.BlockMalware,
settingTitle: MZI18n.SettingsPrivacyMalwareTitle,
settingDescription: MZI18n.SettingsPrivacyMalwareBody,
settingDescription: MZI18n.SettingsPrivacyMalwareBody2,
}
];

Expand Down

0 comments on commit 4a9df01

Please sign in to comment.