Browse Source
Merge pull request #748 from MrEddX/bulgarian
Fix: Integration Link Text
pull/756/head
Louis Lam
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
src/components/notifications/RocketChat.vue
|
|
@ -11,7 +11,7 @@ |
|
|
|
<div class="form-text"> |
|
|
|
<span style="color: red;"><sup>*</sup></span>{{ $t("Required") }} |
|
|
|
<i18n-t tag="p" keypath="aboutWebhooks" style="margin-top: 8px;"> |
|
|
|
<a href="https://docs.rocket.chat/guides/administration/administration/integrations" target="_blank">https://api.slack.com/messaging/webhooks</a> |
|
|
|
<a href="https://docs.rocket.chat/guides/administration/administration/integrations" target="_blank">https://docs.rocket.chat/guides/administration/administration/integrations</a> |
|
|
|
</i18n-t> |
|
|
|
<p style="margin-top: 8px;"> |
|
|
|
{{ $t("aboutChannelName", [$t("rocket.chat")]) }} |
|
|
|