From 15b718e2d1c7c24fe0ac5739cbff705a9a28f1a4 Mon Sep 17 00:00:00 2001 From: Tim Abbott Date: Mon, 16 Jan 2017 17:26:22 -0800 Subject: [PATCH] Fix capitalization in 'Your bots'. --- docs/bots-guide.md | 6 +++--- docs/integration-guide.md | 2 +- static/locale/cs/translations.json | 2 +- static/locale/de/translations.json | 2 +- static/locale/en/translations.json | 2 +- static/locale/es/translations.json | 2 +- static/locale/fr/translations.json | 2 +- static/locale/it/translations.json | 2 +- static/locale/ja/translations.json | 2 +- static/locale/ko/translations.json | 2 +- static/locale/ml/translations.json | 2 +- static/locale/pt/translations.json | 2 +- static/locale/ru/translations.json | 2 +- static/locale/sr/translations.json | 2 +- static/locale/zh-CN/translations.json | 2 +- static/locale/zh_Hans/translations.json | 2 +- static/templates/settings/bot-settings.handlebars | 2 +- templates/zerver/help/add-a-bot-or-integration.md | 2 +- templates/zerver/integrations.html | 2 +- 19 files changed, 21 insertions(+), 21 deletions(-) diff --git a/docs/bots-guide.md b/docs/bots-guide.md index 8aa430c138..84f4b2f2bc 100644 --- a/docs/bots-guide.md +++ b/docs/bots-guide.md @@ -42,13 +42,13 @@ It presumes that you already have a fully implemented `.py` bot and now 3. Register a new bot on your Zulip server's web interface. - * Navigate to *Settings* -> *Your Bots* -> *Add a New Bot*, fill + * Navigate to *Settings* -> *Your bots* -> *Add a New Bot*, fill out the form and click on *Create Bot*. - * A new bot should appear in the *Your Bots* panel. + * A new bot should appear in the *Your bots* panel. 4. Add the bot's configuration file on your Zulip server. - * In the *Your Bots* panel, click on the green icon to download + * In the *Your bots* panel, click on the green icon to download its configuration file *.zuliprc* (the structure of this file is explained [here](#configuration-file). * Copy the file to a destination of your choice on your Zulip server, e.g. to `~/.zuliprc` or `~/zuliprc-test`. diff --git a/docs/integration-guide.md b/docs/integration-guide.md index bbc563e308..c441ab9c07 100644 --- a/docs/integration-guide.md +++ b/docs/integration-guide.md @@ -405,7 +405,7 @@ icon. At this point, if you're following along and/or writing your own Hello World webhook, you have written enough code to test your integration. -First, get an API key from the Your Bots section of your Zulip user's Settings +First, get an API key from the Your bots section of your Zulip user's Settings page. If you haven't created a bot already, you can do that there. Then copy its API key and replace the placeholder "" in the examples with your real key. This is how Zulip knows the request is from an authorized user. diff --git a/static/locale/cs/translations.json b/static/locale/cs/translations.json index 3dbcd65a81..76d161e015 100644 --- a/static/locale/cs/translations.json +++ b/static/locale/cs/translations.json @@ -210,7 +210,7 @@ "Exit Tutorial": "Exit Tutorial", "Narrow to topic __topic_name__": "Narrow to topic __topic_name__", "Unpin stream __stream.name__ from top": "Unpin stream __stream.name__ from top", - "Your Bots": "Your Bots", + "Your bots": "Your bots", "Delete": "Delete", "Remove admin": "Remove admin", "Deactivate now": "Deactivate now", diff --git a/static/locale/de/translations.json b/static/locale/de/translations.json index a4d0a559bd..b98b674f1e 100644 --- a/static/locale/de/translations.json +++ b/static/locale/de/translations.json @@ -210,7 +210,7 @@ "Exit Tutorial": "Exit Tutorial", "Narrow to topic __topic_name__": "Narrow to topic __topic_name__", "Unpin stream __stream.name__ from top": "Unpin stream __stream.name__ from top", - "Your Bots": "Your Bots", + "Your bots": "Your bots", "Delete": "Delete", "Remove admin": "Remove admin", "Deactivate now": "Jetzt deaktivieren", diff --git a/static/locale/en/translations.json b/static/locale/en/translations.json index e7b7c68077..f6637e0ff7 100644 --- a/static/locale/en/translations.json +++ b/static/locale/en/translations.json @@ -63,7 +63,7 @@ "Make stream public": "Make stream public", "\n

Please re-enter your password to confirm your identity.\n (Forgotten it?)

\n ": "\n

Please re-enter your password to confirm your identity.\n (Forgotten it?)

\n ", "Pin stream __stream.name__ to top": "Pin stream __stream.name__ to top", - "Your Bots": "Your Bots", + "Your bots": "Your bots", "It's been a while! Since you were last here, you received __unread_count__ new messages.": "It's been a while! Since you were last here, you received __unread_count__ new messages.", "Your account": "Your account", "\n Streams are like chat rooms or mailing lists. You can easily\n join, leave, and make them.\n ": "\n Streams are like chat rooms or mailing lists. You can easily\n join, leave, and make them.\n ", diff --git a/static/locale/es/translations.json b/static/locale/es/translations.json index 9a1769a400..e68ac9fde8 100644 --- a/static/locale/es/translations.json +++ b/static/locale/es/translations.json @@ -210,7 +210,7 @@ "Exit Tutorial": "Exit Tutorial", "Narrow to topic __topic_name__": "Narrow to topic __topic_name__", "Unpin stream __stream.name__ from top": "Unpin stream __stream.name__ from top", - "Your Bots": "Your Bots", + "Your bots": "Your bots", "Delete": "Delete", "Remove admin": "Remove admin", "Deactivate now": "Deactivate now", diff --git a/static/locale/fr/translations.json b/static/locale/fr/translations.json index 3dbcd65a81..76d161e015 100644 --- a/static/locale/fr/translations.json +++ b/static/locale/fr/translations.json @@ -210,7 +210,7 @@ "Exit Tutorial": "Exit Tutorial", "Narrow to topic __topic_name__": "Narrow to topic __topic_name__", "Unpin stream __stream.name__ from top": "Unpin stream __stream.name__ from top", - "Your Bots": "Your Bots", + "Your bots": "Your bots", "Delete": "Delete", "Remove admin": "Remove admin", "Deactivate now": "Deactivate now", diff --git a/static/locale/it/translations.json b/static/locale/it/translations.json index 3dbcd65a81..76d161e015 100644 --- a/static/locale/it/translations.json +++ b/static/locale/it/translations.json @@ -210,7 +210,7 @@ "Exit Tutorial": "Exit Tutorial", "Narrow to topic __topic_name__": "Narrow to topic __topic_name__", "Unpin stream __stream.name__ from top": "Unpin stream __stream.name__ from top", - "Your Bots": "Your Bots", + "Your bots": "Your bots", "Delete": "Delete", "Remove admin": "Remove admin", "Deactivate now": "Deactivate now", diff --git a/static/locale/ja/translations.json b/static/locale/ja/translations.json index 64af5f13a7..6b4b2eb4b3 100644 --- a/static/locale/ja/translations.json +++ b/static/locale/ja/translations.json @@ -210,7 +210,7 @@ "Exit Tutorial": "チュートリアルを終了", "Narrow to topic __topic_name__": "__topic_name__トピックだけを表示", "Unpin stream __stream.name__ from top": "上部へのストリーム__stream.name__の固定をやめる", - "Your Bots": "あなたのボット", + "Your bots": "あなたのボット", "Delete": "削除", "Remove admin": "管理者を削除", "Deactivate now": "すぐに無効にする", diff --git a/static/locale/ko/translations.json b/static/locale/ko/translations.json index 3dbcd65a81..76d161e015 100644 --- a/static/locale/ko/translations.json +++ b/static/locale/ko/translations.json @@ -210,7 +210,7 @@ "Exit Tutorial": "Exit Tutorial", "Narrow to topic __topic_name__": "Narrow to topic __topic_name__", "Unpin stream __stream.name__ from top": "Unpin stream __stream.name__ from top", - "Your Bots": "Your Bots", + "Your bots": "Your bots", "Delete": "Delete", "Remove admin": "Remove admin", "Deactivate now": "Deactivate now", diff --git a/static/locale/ml/translations.json b/static/locale/ml/translations.json index 2df058fe92..daa56cdab2 100644 --- a/static/locale/ml/translations.json +++ b/static/locale/ml/translations.json @@ -210,7 +210,7 @@ "Exit Tutorial": "ടൂടോറിയലിൽ നിന്ന് പുറത്ത് പോകുക", "Narrow to topic __topic_name__": "__topic_name__ എന്ന വിഷയത്തിലേക്ക് ചുരുക്കുക", "Unpin stream __stream.name__ from top": "Unpin stream __stream.name__ from top", - "Your Bots": "നിങ്ങടെ ബോട്ടുകൾ", + "Your bots": "നിങ്ങടെ ബോട്ടുകൾ", "Delete": "ഒഴിവാക്കുക", "Remove admin": "അഡ്മിനെ ഒഴിവാക്കുക", "Deactivate now": "ഇപ്പോൾ തന്നെ നിഷ്ക്രീയമാക്കുക", diff --git a/static/locale/pt/translations.json b/static/locale/pt/translations.json index 3dbcd65a81..76d161e015 100644 --- a/static/locale/pt/translations.json +++ b/static/locale/pt/translations.json @@ -210,7 +210,7 @@ "Exit Tutorial": "Exit Tutorial", "Narrow to topic __topic_name__": "Narrow to topic __topic_name__", "Unpin stream __stream.name__ from top": "Unpin stream __stream.name__ from top", - "Your Bots": "Your Bots", + "Your bots": "Your bots", "Delete": "Delete", "Remove admin": "Remove admin", "Deactivate now": "Deactivate now", diff --git a/static/locale/ru/translations.json b/static/locale/ru/translations.json index b2a5ff3b5c..d14b2af95f 100644 --- a/static/locale/ru/translations.json +++ b/static/locale/ru/translations.json @@ -210,7 +210,7 @@ "Exit Tutorial": "Exit Tutorial", "Narrow to topic __topic_name__": "Narrow to topic __topic_name__", "Unpin stream __stream.name__ from top": "Unpin stream __stream.name__ from top", - "Your Bots": "Your Bots", + "Your bots": "Your bots", "Delete": "Delete", "Remove admin": "Remove admin", "Deactivate now": "Отключить сейчас", diff --git a/static/locale/sr/translations.json b/static/locale/sr/translations.json index 951b5b36e9..664ff114ba 100644 --- a/static/locale/sr/translations.json +++ b/static/locale/sr/translations.json @@ -210,7 +210,7 @@ "Exit Tutorial": "Exit Tutorial", "Narrow to topic __topic_name__": "Narrow to topic __topic_name__", "Unpin stream __stream.name__ from top": "Unpin stream __stream.name__ from top", - "Your Bots": "Your Bots", + "Your bots": "Your bots", "Delete": "Delete", "Remove admin": "Remove admin", "Deactivate now": "Deactivate now", diff --git a/static/locale/zh-CN/translations.json b/static/locale/zh-CN/translations.json index 4163893ce4..fc84b06451 100644 --- a/static/locale/zh-CN/translations.json +++ b/static/locale/zh-CN/translations.json @@ -210,7 +210,7 @@ "Exit Tutorial": "退出教程", "Narrow to topic __topic_name__": "筛选话题"__topic_name__"", "Unpin stream __stream.name__ from top": "取消频道\"__stream.name__\"置顶", - "Your Bots": "机器人设置", + "Your bots": "机器人设置", "Delete": "删除", "Remove admin": "取消管理员", "Deactivate now": "禁用", diff --git a/static/locale/zh_Hans/translations.json b/static/locale/zh_Hans/translations.json index 7aa70cffd2..22dab9aed5 100644 --- a/static/locale/zh_Hans/translations.json +++ b/static/locale/zh_Hans/translations.json @@ -69,7 +69,7 @@ "Unsubscribe from __stream__": "Unsubscribe from __stream__", "\n

Please re-enter your password to confirm your identity.\n (Forgotten it?)

\n ": "\n

Please re-enter your password to confirm your identity.\n (Forgotten it?)

\n ", "Pin stream __stream.name__ to top": "Pin stream __stream.name__ to top", - "Your Bots": "Your Bots", + "Your bots": "Your bots", "Users restricted to __domains_string__": "Users restricted to __domains_string__", "Message sent when you were not subscribed": "Message sent when you were not subscribed", "Your account": "Your account", diff --git a/static/templates/settings/bot-settings.handlebars b/static/templates/settings/bot-settings.handlebars index 37360c214a..a94c2eaa82 100644 --- a/static/templates/settings/bot-settings.handlebars +++ b/static/templates/settings/bot-settings.handlebars @@ -2,7 +2,7 @@
- {{t "Your Bots" }} + {{t "Your bots" }}
diff --git a/templates/zerver/help/add-a-bot-or-integration.md b/templates/zerver/help/add-a-bot-or-integration.md index 7e7f805ea6..45804da123 100644 --- a/templates/zerver/help/add-a-bot-or-integration.md +++ b/templates/zerver/help/add-a-bot-or-integration.md @@ -4,7 +4,7 @@ Bots and integrations are features that are accesible to all members of an organ ## To Add a Bot -{!go-to-the.md!} [Your Bots](/#settings/your-bots) +{!go-to-the.md!} [Your bots](/#settings/your-bots) {!settings.md!} 2. On this page, under the **Add a New Bot** view, you can enter a name, an email, and diff --git a/templates/zerver/integrations.html b/templates/zerver/integrations.html index 092fe6291a..35959076ef 100644 --- a/templates/zerver/integrations.html +++ b/templates/zerver/integrations.html @@ -1078,7 +1078,7 @@

- Click on the tab that's labeled Your Bots and click on Show/change your API + Click on the tab that's labeled Your bots and click on Show/change your API key. Enter your password if prompted, and download the .zuliprc file. Save this file to your ~/ folder.