-
Notifications
You must be signed in to change notification settings - Fork 1.9k
fix: Typo in the notification invitation message #6346
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
| EVENT_ROLE: { | ||
| 'title': u'Invitation to be {role_name} at {event_name}', | ||
| 'message': u"You've been invited to be a <strong>{role_name}</strong>" + | ||
| 'message': u"You've been invited to be one of the <strong>{role_name}</strong>s" + |
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.
Just replace a with an as mentioned in the issue
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.
@shreyanshdwivedi It will require a condition block too then, Its a nice makeover done by him 😄
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.
Then the s must be in strong block itself
mrsaicharan1
left a comment
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.
@smcri Please move the 's' literal inside the strong block and use semantic naming conventions for the PR. (https://probot.github.io/apps/semantic-pull-requests/)
Codecov Report
@@ Coverage Diff @@
## development #6346 +/- ##
============================================
Coverage 65.38% 65.38%
============================================
Files 287 287
Lines 14725 14725
============================================
Hits 9628 9628
Misses 5097 5097
Continue to review full report at Codecov.
|
|
Moved |
mrsaicharan1
left a comment
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.
👍
|
Unable to merge into |
|
You need to have 2 approvals from people with write access. Only then they
can merge it.
…On Tue, 13 Aug 2019 at 12:10 PM, smcri ***@***.***> wrote:
Unable to merge into fossasia: development.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#6346?email_source=notifications&email_token=AGAHUWZIRRBU5QM7N264O3TQEJJM5A5CNFSM4IK4IM4KYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD4EWIWI#issuecomment-520709209>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AGAHUW3EH5KSVK62FMEEB7TQEJJM5ANCNFSM4IK4IM4A>
.
|
Fixes #5872
Short description of what this resolves:
Resolves display of 'a' in event notifications
Changes proposed in this pull request:
Changes notification message such that event role beginning with vowel or consonant does not matter
Checklist
developmentbranch.