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

Fix grammar in thank-you #676

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Fix grammar in thank-you #676

wants to merge 1 commit into from

Conversation

philipmw
Copy link

No description provided.

@@ -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!";

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

How about:

Suggested change
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!";

Copy link
Author

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.

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.

Copy link
Author

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?

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.

Copy link
Author

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. :)

@cadkins052
Copy link

cadkins052 commented Jun 14, 2020 via email

@cadkins052
Copy link

cadkins052 commented Jun 14, 2020 via email

Copy link

@ghost ghost left a 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!";

Copy link

@TheTechRobo TheTechRobo left a 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.

@GgumWorld
Copy link

GgumWorld commented Aug 30, 2021 via email

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet