Skip to content
This repository has been archived by the owner on Oct 2, 2024. It is now read-only.

Commit

Permalink
Update string
Browse files Browse the repository at this point in the history
  • Loading branch information
SirArkimedes committed Jan 1, 2018
1 parent 0200361 commit ffeb102
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion The Wave/Filters/FilterViewController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ class FilterViewController: UIViewController {

@objc private func cameToForeground() {
if !Location.manager.hasLocationAccess {
errorLabel.text = "Location services are disabled!"
errorLabel.text = "Location services have been denied!"
} else {
errorLabel.text = ""
}
Expand Down

0 comments on commit ffeb102

Please sign in to comment.