fix grammer mistakes

This commit is contained in:
Bob Sun 2017-02-14 19:17:31 +08:00
parent 463e889779
commit ad64944648
No known key found for this signature in database
GPG key ID: 1F86BA2052FED3B4

View file

@ -48,7 +48,7 @@ class GeneralSettingsTableViewController: BasicStaticTableViewController {
func tapHideUnknownSwitchDetailButton(_ sender: Any?) {
print("tap")
let alertMessage = "Only \"key: value\" format in additional fields is supported. Unsupported fields will be given an \"unkown\" key. Turn on this switch to hide unsupported fields."
let alertMessage = "Only \"key: value\" format in additional fields is supported. Unsupported fields will be given \"unkown\" keys. Turn on this switch to hide unsupported fields."
let alert = UIAlertController(title: "Hide Unknown Fields", message: alertMessage, preferredStyle: UIAlertControllerStyle.alert)
alert.addAction(UIAlertAction(title: "OK", style: UIAlertActionStyle.default, handler: nil))
self.present(alert, animated: true, completion: nil)