Skip to content

Commit

Permalink
Merge pull request #10 from ss18/ss18/pr0
Browse files Browse the repository at this point in the history
typo
  • Loading branch information
Baddaboo committed Jun 2, 2018
2 parents f14c247 + 89cc090 commit 50013bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Components/CKBlueScreenViewController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ class CKBlueScreenViewController: UIViewController {
override func viewWillAppear(_ animated: Bool) {
super.viewWillAppear(animated)

textView.text = "A fatal exception has occured: \(errorReason). The current application will be terminated.\n\n* Tap anywhere to terminate the current application.\n* You will lose any unsaved information in this application."
textView.text = "A fatal exception has occurred: \(errorReason). The current application will be terminated.\n\n* Tap anywhere to terminate the current application.\n* You will lose any unsaved information in this application."

setNeedsStatusBarAppearanceUpdate()
}
Expand Down

0 comments on commit 50013bf

Please sign in to comment.