mirror of
https://github.com/zulip/zulip.git
synced 2025-11-06 15:03:34 +00:00
i18n: Fix capitalization of Zulip Botserver download code.
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
</div>
|
||||
|
||||
<div>
|
||||
<span>{{ t 'Download config of all active Outgoing webhook bots in Zulip Botserver format.' }}</span>
|
||||
<span>{{ t 'Download config of all active outgoing webhook bots in Zulip Botserver format.' }}</span>
|
||||
<a type="submit" download="{{flaskbotrc}}" id= "download_flaskbotrc" class="btn" title="{{t 'Download flaskbotrc' }}">
|
||||
<i class="icon-vector-download-alt sea-green"></i>
|
||||
</a>
|
||||
|
||||
@@ -15,6 +15,7 @@ IGNORED_PHRASES = [
|
||||
r"Android",
|
||||
r"API",
|
||||
r"APNS",
|
||||
r"Botserver",
|
||||
r"Cookie Bot",
|
||||
r"Dropbox",
|
||||
r"GitHub",
|
||||
|
||||
Reference in New Issue
Block a user