From 0f8ddad51a50a1ba0087cb10a99c0f1475dea406 Mon Sep 17 00:00:00 2001 From: Philip White Date: Fri, 12 Jun 2020 20:01:34 -0700 Subject: [PATCH] Fix grammar in thank-you --- .../ViewControllers/Application/SupportViewController.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 = "" };