mirror of
https://github.com/kkebo/DNSecure.git
synced 2026-03-11 08:54:36 +00:00
fix: fix typos in log messages
This commit is contained in:
parent
e4775b3d44
commit
f41b114632
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