Skip to content

Commit

Permalink
Tweak alert message
Browse files Browse the repository at this point in the history
  • Loading branch information
tekezo committed May 29, 2024
1 parent 8379f34 commit 1ce3012
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@ struct ServicesNotRunningAlertView: View {
ZStack(alignment: .topLeading) {
VStack(alignment: .center, spacing: 20.0) {
Label(
"The background service is not running. Please enable it.",
"The background services are not running. Please enable them.",
systemImage: "exclamationmark.triangle"
)
.font(.system(size: 24))

GroupBox {
VStack(alignment: .center, spacing: 12.0) {
VStack(alignment: .center, spacing: 0.0) {
Text("To use Karabiner-Elements, you need to run the background service.")
Text("To use Karabiner-Elements, you need to run the background services.")
Text(
"Please enable Karabiner-Elements-Services from System Settings > General > Login Items."
)
Expand Down

0 comments on commit 1ce3012

Please sign in to comment.