mirror of
https://github.com/kkebo/DNSecure.git
synced 2026-03-11 08:54:36 +00:00
Merge pull request #160 from kkebo/fix-typos
fix: fix typos in log messages
This commit is contained in:
commit
9fe66c693a
1 changed files with 2 additions and 2 deletions
|
|
@ -125,7 +125,7 @@ struct ContentView {
|
|||
self.removeSettings()
|
||||
return
|
||||
}
|
||||
logger.debug("DNS settings was saved")
|
||||
logger.debug("The DNS settings were saved")
|
||||
}
|
||||
#endif
|
||||
}
|
||||
|
|
@ -151,7 +151,7 @@ struct ContentView {
|
|||
self.alert("Remove Error", removeError.localizedDescription)
|
||||
return
|
||||
}
|
||||
logger.debug("DNS settings was removed")
|
||||
logger.debug("The DNS settings were removed")
|
||||
}
|
||||
#endif
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue