fix: fix typos in log messages

This commit is contained in:
Kenta Kubo 2025-10-14 18:01:34 +09:00
parent e4775b3d44
commit f41b114632

View file

@ -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
}