diff --git a/CodeHub.iOS/ViewControllers/Application/SupportViewController.cs b/CodeHub.iOS/ViewControllers/Application/SupportViewController.cs index 1a704c0b..bbf712b0 100644 --- a/CodeHub.iOS/ViewControllers/Application/SupportViewController.cs +++ b/CodeHub.iOS/ViewControllers/Application/SupportViewController.cs @@ -31,7 +31,7 @@ public override void ViewDidLoad() var sendEmail = new BigButtonElement("Email Support", Octicon.Mail); var openIssues = new BigButtonElement("Existing Issues", Octicon.IssueOpened); - HeaderView.SubText = "This app is the product of hard work and great suggestions! Thank you to all whom provide feedback!"; + HeaderView.SubText = "This app is the product of hard work and great suggestions! Thank you to all who provide feedback!"; HeaderView.Image = UIImage.FromBundle("AppIcons60x60"); NavigationItem.BackBarButtonItem = new UIBarButtonItem { Title = "" };