mirror of
https://github.com/safing/portmaster
synced 2025-09-02 10:39:22 +00:00
Improve compatibility issue notifications
This commit is contained in:
parent
368ce6e031
commit
42a75c5f45
1 changed files with 2 additions and 2 deletions
|
@ -39,13 +39,13 @@ var (
|
||||||
systemIntegrationIssue = &systemIssue{
|
systemIntegrationIssue = &systemIssue{
|
||||||
id: "compat:system-integration-issue",
|
id: "compat:system-integration-issue",
|
||||||
title: "Detected System Integration Issue",
|
title: "Detected System Integration Issue",
|
||||||
message: "Portmaster detected a problem with its system integration. You can try to restart or reinstall the Portmaster. If that does not help, please report the issue via [GitHub](https://github.com/safing/portmaster/issues) or send a mail to [support@safing.io](mailto:support@safing.io) so we can help you out.",
|
message: "Portmaster detected a problem with its system integration. You can try to restart or reinstall the Portmaster. If that does not help, [get support here](https://safing.io/support/).",
|
||||||
level: notifications.Error,
|
level: notifications.Error,
|
||||||
}
|
}
|
||||||
systemCompatibilityIssue = &systemIssue{
|
systemCompatibilityIssue = &systemIssue{
|
||||||
id: "compat:compatibility-issue",
|
id: "compat:compatibility-issue",
|
||||||
title: "Detected Compatibility Issue",
|
title: "Detected Compatibility Issue",
|
||||||
message: "Portmaster detected that something is interfering with its operation. This could be a VPN, an Anti-Virus or another network protection software. Please check if you are running an incompatible [VPN client](https://docs.safing.io/portmaster/install/status/vpn-compatibility) or [software](https://docs.safing.io/portmaster/install/status/software-compatibility). Otherwise, please report the issue via [GitHub](https://github.com/safing/portmaster/issues) or send a mail to [support@safing.io](mailto:support@safing.io) so we can help you out.",
|
message: "Portmaster detected that something is interfering with its operation. This could be a VPN, an Anti-Virus or another network protection software. Please check if you are running an incompatible [VPN client](https://docs.safing.io/portmaster/install/status/vpn-compatibility) or [software](https://docs.safing.io/portmaster/install/status/software-compatibility) and disable it. If that does not help, [get support here](https://safing.io/support/).",
|
||||||
level: notifications.Error,
|
level: notifications.Error,
|
||||||
}
|
}
|
||||||
// manualDNSSetupRequired is additionally initialized in startNotify().
|
// manualDNSSetupRequired is additionally initialized in startNotify().
|
||||||
|
|
Loading…
Add table
Reference in a new issue