Apply suggestions from code review

Co-authored-by: Frank Elsinga <frank@elsinga.de>
pull/4485/head
Humberto Evans 3 months ago committed by GitHub
parent 1fdb7e48ed
commit 9a52a8761c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -18,7 +18,9 @@
></HiddenInput>
</div>
<i18n-t tag="p" keypath="wayToGetHeiiOnCallDetails" class="form-text mt-3">
<a href="https://heiioncall.com/docs" target="_blank">{{ $t("documentationOf", ["Heii On-Call"]) }}</a>
<template #documentation>
<a href="https://heiioncall.com/docs" target="_blank">{{ $t("documentationOf", ["Heii On-Call"]) }}</a>
</template>
</i18n-t>
</template>

@ -884,6 +884,6 @@
"GrafanaOncallUrl": "Grafana Oncall URL",
"Browser Screenshot": "Browser Screenshot",
"What is a Remote Browser?": "What is a Remote Browser?",
"wayToGetHeiiOnCallDetails": "How to get the Tigger ID and API Keys is explained in the {0}",
"wayToGetHeiiOnCallDetails": "How to get the Tigger ID and API Keys is explained in the {documentation}",
"documentationOf": "{0} Documentation"
}

Loading…
Cancel
Save