From 092f05d56685d5ced641ea26dee082c7383b1e3f Mon Sep 17 00:00:00 2001 From: David Taylor Date: Fri, 28 Jul 2017 15:04:17 +0100 Subject: [PATCH] Fix locale indentation --- config/locales/client.en.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config/locales/client.en.yml b/config/locales/client.en.yml index 72319f9..0094d9a 100644 --- a/config/locales/client.en.yml +++ b/config/locales/client.en.yml @@ -67,9 +67,9 @@ en: chat_id: title: Chat ID help: A number given to you by the bot, or a broadcast channel identifier in the form @channelname - errors: - channel_not_found: "The specified channel does not exist on Telegram" - forbidden: "The bot does not have permission to post to this channel" + errors: + channel_not_found: "The specified channel does not exist on Telegram" + forbidden: "The bot does not have permission to post to this channel" ####################################### ########### DISCORD STRINGS ###########