Skip to content

Commit

Permalink
#75
Browse files Browse the repository at this point in the history
...spelling
  • Loading branch information
objective-see committed Apr 1, 2024
1 parent f8bceaf commit dad9dd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Application/Application/AppDelegate.m
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ -(void)applicationDidFinishLaunching:(NSNotification *)notification
alert.alertStyle = NSAlertStyleInformational;

//set main text
alert.messageText = @"Could Not Connect To The BlockBlock Deamon";
alert.messageText = @"Could Not Connect To The BlockBlock Daemon";

//set informative test
alert.informativeText = @"Please ensure that the BlockBlock daemon is currently running.";
Expand Down

0 comments on commit dad9dd8

Please sign in to comment.