Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove double spaces from translations #120

Merged
merged 1 commit into from
Aug 5, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions lang/en.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"TrackingSpamPrevention": {
"SettingMaxActionsTitle": "Max actions to record per visit",
"SettingMaxActionsDescription": "A default of \"0\" records all actions. Most sites usually have no more than 100 to 300. It might be safe to assume other activity is tracking spam, a bot or an attack. Matomo stops recording further actions and blocks their IP addresses for up to 24 hours to reduce server load and preserve data accuracy.",
"SettingMaxActionsDescription": "A default of \"0\" records all actions. Most sites usually have no more than 100 to 300. It might be safe to assume other activity is tracking spam, a bot or an attack. Matomo stops recording further actions and blocks their IP addresses for up to 24 hours to reduce server load and preserve data accuracy.",
"SettingNotificationEmailTitle": "Notification email",
"SettingNotificationEmailDescription": "This e-mail address will be notified whenever an IP is banned for having too many actions. In the future further notification reasons might be added.",
"SettingBlockHeadlessTitle": "Block headless browsers",
Expand All @@ -15,6 +15,6 @@
"SettingExcludedCountriesTitle": "Exclude Countries",
"SettingExcludedCountriesDescription": "Don't track visitors from these countries. Visitors outside your target area will likely be bots or spammers, or you can use it to avoid privacy laws in other jurisdictions.",
"SettingIncludedCountriesTitle": "Only track visitors from these countries",
"SettingIncludedCountriesDescription": "This excludes all other countries. The \"exclude countries\" setting has more info."
"SettingIncludedCountriesDescription": "This excludes all other countries. The \"exclude countries\" setting has more info."
}
}
Loading