We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db2d939 commit cbe3ab2Copy full SHA for cbe3ab2
Core/Sources/Service/Environment.swift
@@ -4,7 +4,7 @@ import Foundation
4
5
private struct NoAccessToAccessibilityAPIError: Error, LocalizedError {
6
var errorDescription: String? {
7
- "Permission not granted to use Accessibility API. Please turn in on in Settings.app."
+ "Permission not granted to use Accessibility API. Please turn in on in System Settings.app."
8
}
9
10
0 commit comments