mirror of
https://github.com/zulip/zulip.git
synced 2025-11-15 11:22:04 +00:00
integrations/irc: Capitalize the integration name properly.
It is IRC, not Irc, which is what the default code in Integration renders.
This commit is contained in:
@@ -394,7 +394,7 @@ INTEGRATIONS = {
|
|||||||
doc='zerver/integrations/google-calendar.md'
|
doc='zerver/integrations/google-calendar.md'
|
||||||
),
|
),
|
||||||
'hubot': Integration('hubot', 'hubot', ['meta-integration', 'bots'], doc='zerver/integrations/hubot.md'),
|
'hubot': Integration('hubot', 'hubot', ['meta-integration', 'bots'], doc='zerver/integrations/hubot.md'),
|
||||||
'irc': Integration('irc', 'irc', ['communication'],
|
'irc': Integration('irc', 'irc', ['communication'], display_name='IRC',
|
||||||
doc='zerver/integrations/irc.md'),
|
doc='zerver/integrations/irc.md'),
|
||||||
'jenkins': Integration(
|
'jenkins': Integration(
|
||||||
'jenkins',
|
'jenkins',
|
||||||
|
|||||||
Reference in New Issue
Block a user