Skip to content
This repository was archived by the owner on Jul 2, 2022. It is now read-only.

Commit 0f8ddad

Browse files
committed
Fix grammar in thank-you
1 parent 7c7df03 commit 0f8ddad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CodeHub.iOS/ViewControllers/Application/SupportViewController.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ public override void ViewDidLoad()
3131
var sendEmail = new BigButtonElement("Email Support", Octicon.Mail);
3232
var openIssues = new BigButtonElement("Existing Issues", Octicon.IssueOpened);
3333

34-
HeaderView.SubText = "This app is the product of hard work and great suggestions! Thank you to all whom provide feedback!";
34+
HeaderView.SubText = "This app is the product of hard work and great suggestions! Thank you to all who provide feedback!";
3535
HeaderView.Image = UIImage.FromBundle("AppIcons60x60");
3636

3737
NavigationItem.BackBarButtonItem = new UIBarButtonItem { Title = "" };

0 commit comments

Comments
 (0)