Implement review suggestions

This commit is contained in:
Daniel
2021-05-12 15:48:32 +02:00
parent 50ea3a5d43
commit a076b78250
4 changed files with 5 additions and 5 deletions

View File

@@ -124,7 +124,7 @@ func updateGlobalConfigProfile(ctx context.Context, task *modules.Task) error {
module.Warning(
globalConfigProfileErrorID,
"Internal Settings Failure",
fmt.Sprintf("The app settings layering system failed to process the global settings. This means that some global settings might not be applied correctly. You can try restarting the Portmaster to resolve this problem. Refer to the error for more details: %s", err),
fmt.Sprintf("Some global settings might not be applied correctly. You can try restarting the Portmaster to resolve this problem. Error: %s", err),
)
}