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