From a41ebcf2259b5e4823581b0f211f45e703914ba0 Mon Sep 17 00:00:00 2001 From: SidV Date: Wed, 20 Dec 2017 11:13:22 -0300 Subject: [PATCH] Fix typos (#16) --- config/locales/server.en.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config/locales/server.en.yml b/config/locales/server.en.yml index a4785ea..f72e521 100644 --- a/config/locales/server.en.yml +++ b/config/locales/server.en.yml @@ -37,7 +37,7 @@ en: ########## HIPCHAT SETTINGS ########### ####################################### chat_integration_hipchat_enabled: "Enable the Hipchat chat-integration provider" - chat_integration_hipchat_icon_url: "Icon for posts to hipchat (defaults to forum logo)" + chat_integration_hipchat_icon_url: "Icon for posts to Hipchat (defaults to forum logo)" chat_integration_hipchat_excerpt_length: "Hipchat post excerpt length" ####################################### @@ -46,7 +46,7 @@ en: chat_integration_mattermost_enabled: "Enable the Mattermost chat-integration provider" chat_integration_mattermost_webhook_url: 'URL for the Mattermost webhook' chat_integration_mattermost_incoming_webhook_token: 'The verification token used to authenticate incoming requests' - chat_integration_mattermost_icon_url: "Icon for posts to mattermost (defaults to forum logo)" + chat_integration_mattermost_icon_url: "Icon for posts to Mattermost (defaults to forum logo)" chat_integration_mattermost_excerpt_length: "Mattermost post excerpt length" ####################################### @@ -54,7 +54,7 @@ en: ####################################### chat_integration_matrix_enabled: "Enable the Matrix chat integration provider" chat_integration_matrix_homeserver: "Homeserver to connect to. Make sure to include the protocol" - chat_integration_matrix_access_token: "Access token for the bot's matrix account" + chat_integration_matrix_access_token: "Access token for the bot's Matrix account" chat_integration_matrix_excerpt_length: "Matrix post excerpt length" #######################################