Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upFix grammar in thank-you #676
Conversation
@@ -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!"; |
This comment has been minimized.
This comment has been minimized.
Rexogamer
Jun 13, 2020
How about:
HeaderView.SubText = "This app is the product of hard work and great suggestions! Thank you to all who provide feedback!"; | |
HeaderView.SubText = "This app is the product of hard work and great suggestions! Thank you to all who’ve provided feedback!"; |
This comment has been minimized.
This comment has been minimized.
philipmw
Jun 13, 2020
Author
Hi, Rexogamer. Your suggestion sounds good too, but my goal with this PR is to just fix the who/whom grammar issue. Your change is slightly larger in scope, so I'd prefer to leave it to a separate change.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
philipmw
Jun 13, 2020
Author
Hi, Rexogamer. I am new to this project, so can you please clarify for me. What is your affiliation with this project? Are you offering your opinion in an official capacity, rejecting my current PR?
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
philipmw
Jun 14, 2020
Author
Oh, thanks for clarifying. To me, that's the beauty of open source. If you feel it's worthwhile to spend your time on a PR for it, then it is big enough for a PR. :)
cadkins052
commented
Jun 14, 2020
I agree
…On Saturday, June 13, 2020, Philip M. White ***@***.***> wrote:
***@***.**** commented on this pull request.
------------------------------
In CodeHub.iOS/ViewControllers/Application/SupportViewController.cs
<#676 (comment)>:
> @@ -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!";
Hi, Rexogamer. I am new to this project, so can you please clarify for me.
What is your affiliation with this project? Are you offering your opinion
in an official capacity, rejecting my current PR?
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#676 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AMD4GWTNHM22S63FOTVV2T3RWQBRTANCNFSM4N4ZLU3A>
.
|
cadkins052
commented
Jun 14, 2020
Thank you
…On Saturday, June 13, 2020, cadkins052 ***@***.***> wrote:
I agree
On Saturday, June 13, 2020, Philip M. White ***@***.***>
wrote:
> ***@***.**** commented on this pull request.
> ------------------------------
>
> In CodeHub.iOS/ViewControllers/Application/SupportViewController.cs
> <#676 (comment)>:
>
> > @@ -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!";
>
> Hi, Rexogamer. I am new to this project, so can you please clarify for
me.
> What is your affiliation with this project? Are you offering your opinion
> in an official capacity, rejecting my current PR?
>
> —
> You are receiving this because you are subscribed to this thread.
> Reply to this email directly, view it on GitHub
> <#676 (comment)>,
> or unsubscribe
> <https://github.com/notifications/unsubscribe-auth/
AMD4GWTNHM22S63FOTVV2T3RWQBRTANCNFSM4N4ZLU3A>
> .
>
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#676 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AMD4GWT4AJNEWZYBRTEOECDRWQ5PNANCNFSM4N4ZLU3A>
.
|
LaPrelle10 left a comment
HeaderView.SubText = "This app is the product of hard work and great suggestions! Thank you to all who provide feedback!"; |
philipmw commentedJun 13, 2020
No description provided.