web/admin: improve i18n for documentation link in outpost form

Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
This commit is contained in:
Jens Langhammer 2022-12-22 17:30:49 +01:00
parent e4e7a112e3
commit 7143ea08e6
No known key found for this signature in database
1 changed files with 3 additions and 3 deletions

View File

@ -205,12 +205,12 @@ export class OutpostForm extends ModelForm<Outpost, string> {
${t`Set custom attributes using YAML or JSON.`}
</p>
<p class="pf-c-form__helper-text">
See
${t`See more here:`}&nbsp;
<a
target="_blank"
href="${docLink("/docs/outposts?utm_source=authentik#configuration")}"
>documentation</a
>.
>${t`Documentation`}</a
>
</p>
</ak-form-element-horizontal>
</form>`;