mirror of
https://github.com/zulip/zulip.git
synced 2025-11-10 00:46:03 +00:00
webhooks/github: Improve punctuation.
This commit is contained in:
@@ -193,6 +193,7 @@ def get_setup_webhook_message(integration: str, user_name: Optional[str]=None) -
|
||||
content = SETUP_MESSAGE_TEMPLATE.format(integration=integration)
|
||||
if user_name:
|
||||
content += SETUP_MESSAGE_USER_PART.format(user_name=user_name)
|
||||
content = "{}.".format(content)
|
||||
return content
|
||||
|
||||
def get_issue_event_message(user_name: str,
|
||||
|
||||
Reference in New Issue
Block a user