From ab4c6f7732802dd58b341efb0182bb9d13c2e983 Mon Sep 17 00:00:00 2001 From: ritwizsinha Date: Sat, 11 Jan 2020 18:00:56 +0530 Subject: [PATCH 1/2] Added Padding --- .../views/app/integrations/livechatIntegrationFacebook.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/livechat/client/views/app/integrations/livechatIntegrationFacebook.html b/app/livechat/client/views/app/integrations/livechatIntegrationFacebook.html index e7e5682596f4..afbe1e050334 100644 --- a/app/livechat/client/views/app/integrations/livechatIntegrationFacebook.html +++ b/app/livechat/client/views/app/integrations/livechatIntegrationFacebook.html @@ -9,8 +9,10 @@ {{else}} {{#unless hasToken}} +

{{_ "You_have_to_set_an_API_token_first_in_order_to_use_the_integration"}}

{{_ "Please_go_to_the_Administration_page_then_Livechat_Facebook"}}

+
{{/unless}} {{/if}} From 9e72b1dc7bd2da22b39b0cab8d614e0de1c19bca Mon Sep 17 00:00:00 2001 From: ritwizsinha Date: Thu, 30 Jan 2020 22:00:18 +0530 Subject: [PATCH 2/2] Added tabs --- .../views/app/integrations/livechatIntegrationFacebook.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/livechat/client/views/app/integrations/livechatIntegrationFacebook.html b/app/livechat/client/views/app/integrations/livechatIntegrationFacebook.html index afbe1e050334..f7ff03d6b089 100644 --- a/app/livechat/client/views/app/integrations/livechatIntegrationFacebook.html +++ b/app/livechat/client/views/app/integrations/livechatIntegrationFacebook.html @@ -10,8 +10,8 @@ {{#unless hasToken}}
-

{{_ "You_have_to_set_an_API_token_first_in_order_to_use_the_integration"}}

-

{{_ "Please_go_to_the_Administration_page_then_Livechat_Facebook"}}

+

{{_ "You_have_to_set_an_API_token_first_in_order_to_use_the_integration"}}

+

{{_ "Please_go_to_the_Administration_page_then_Livechat_Facebook"}}

{{/unless}} {{/if}}