Updated doc links for new structured admin documentation.
This commit is contained in:
parent
30beecd3e7
commit
805bbcb542
2 changed files with 2 additions and 2 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://docs.zammad.org/en/latest/channel-telegram.html).', 'Telegram Bot') %>
|
<%- @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') %>
|
||||||
</p>
|
</p>
|
||||||
<fieldset>
|
<fieldset>
|
||||||
<h2><%- @T('Enter your %s App Keys', 'Telegram') %></h2>
|
<h2><%- @T('Enter your %s App Keys', 'Telegram') %></h2>
|
||||||
|
|
|
@ -10,7 +10,7 @@
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<% if @external_credential && @external_credential.credentials && !@external_credential.credentials.webhook_id: %>
|
<% if @external_credential && @external_credential.credentials && !@external_credential.credentials.webhook_id: %>
|
||||||
<div class="alert alert--warning" role="alert"><%- @T('Your Twitter-App is not using the Twitter Account Activity API yet and is therefore limited to search terms only. Please refer to the documentation %l on how to update your account.', 'https://docs.zammad.org/en/latest/channel-twitter.html') %></div>
|
<div class="alert alert--warning" role="alert"><%- @T('Your Twitter-App is not using the Twitter Account Activity API yet and is therefore limited to search terms only. Please refer to the documentation %l on how to update your account.', 'https://zammad-admin-documentation.readthedocs.io/en/latest/channels-twitter.html') %></div>
|
||||||
<% end %>
|
<% end %>
|
||||||
|
|
||||||
<div class="page-content">
|
<div class="page-content">
|
||||||
|
|
Loading…
Reference in a new issue