-
Notifications
You must be signed in to change notification settings - Fork 615
Fix grammar in thank-you #676
base: master
Are you sure you want to change the base?
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!"; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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!"; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don’t think this is big enough to be its own PR.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No, I mean that I don’t think my suggestion is big enough for its own PR.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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. :)
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>
.
|
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>
.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
HeaderView.SubText = "This app is the product of hard work and great suggestions! Thank you to all who provide feedback!";
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me.
取消订阅
…------------------ 原始邮件 ------------------
发件人: "CodeHubApp/CodeHub" ***@***.***>;
发送时间: 2021年8月30日(星期一) 中午1:37
***@***.***>;
***@***.***>;
主题: Re: [CodeHubApp/CodeHub] Fix grammar in thank-you (#676)
@ros2-ship approved this pull request.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or unsubscribe.
Triage notifications on the go with GitHub Mobile for iOS or Android.
|
No description provided.