Corrected facebook channel documentation link
This commit is contained in:
parent
50d85a1429
commit
a159eaf882
3 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
||||||
<div class="alert alert--danger hidden" role="alert"></div>
|
<div class="alert alert--danger hidden" role="alert"></div>
|
||||||
<p>
|
<p>
|
||||||
<%- @T('The tutorial on how to manage a %s is hosted on our [online documentation](https://zammad.org/documentation/channel/facebook).', 'Facebook App') %>
|
<%- @T('The tutorial on how to manage a %s is hosted on our online documentation %l.', 'Facebook App', 'https://admin-docs.zammad.org/en/latest/channels-facebook.html') %>
|
||||||
</p>
|
</p>
|
||||||
<fieldset>
|
<fieldset>
|
||||||
<h2><%- @T('Enter your %s App Keys', 'Facebook') %></h2>
|
<h2><%- @T('Enter your %s App Keys', 'Facebook') %></h2>
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
<div class="alert alert--danger hidden" role="alert"></div>
|
<div class="alert alert--danger hidden" role="alert"></div>
|
||||||
<p>
|
<p>
|
||||||
<%- @T('The tutorial on how to manage a %s is hosted on our [online documentation](https://zammad-admin-documentation.readthedocs.io/en/latest/channels-telegram.html).', 'Telegram Bot') %>
|
<%- @T('The tutorial on how to manage a %s is hosted on our online documentation %l.', 'Telegram Bot', 'https://admin-docs.zammad.org/en/latest/channels-telegram.html') %>
|
||||||
</p>
|
</p>
|
||||||
<fieldset>
|
<fieldset>
|
||||||
<h2><%- @T('Enter your %s App Keys', 'Telegram') %></h2>
|
<h2><%- @T('Enter your %s App Keys', 'Telegram') %></h2>
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
<div class="alert alert--danger hidden" role="alert"></div>
|
<div class="alert alert--danger hidden" role="alert"></div>
|
||||||
<p>
|
<p>
|
||||||
<%- @T('The tutorial on how to manage a %s is hosted on our [online documentation](https://zammad.org/documentation/channel/twitter).', 'Twitter App') %>
|
<%- @T('The tutorial on how to manage a %s is hosted on our online documentation %l.', 'Twitter App', 'https://admin-docs.zammad.org/en/latest/channels-twitter.html') %>
|
||||||
</p>
|
</p>
|
||||||
<fieldset>
|
<fieldset>
|
||||||
<h2><%- @T('Enter your %s App Keys', 'Twitter') %></h2>
|
<h2><%- @T('Enter your %s App Keys', 'Twitter') %></h2>
|
||||||
|
|
Loading…
Reference in a new issue