web/admin: improve i18n for documentation link in outpost form
Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
This commit is contained in:
parent
e4e7a112e3
commit
7143ea08e6
|
@ -205,12 +205,12 @@ export class OutpostForm extends ModelForm<Outpost, string> {
|
||||||
${t`Set custom attributes using YAML or JSON.`}
|
${t`Set custom attributes using YAML or JSON.`}
|
||||||
</p>
|
</p>
|
||||||
<p class="pf-c-form__helper-text">
|
<p class="pf-c-form__helper-text">
|
||||||
See
|
${t`See more here:`}
|
||||||
<a
|
<a
|
||||||
target="_blank"
|
target="_blank"
|
||||||
href="${docLink("/docs/outposts?utm_source=authentik#configuration")}"
|
href="${docLink("/docs/outposts?utm_source=authentik#configuration")}"
|
||||||
>documentation</a
|
>${t`Documentation`}</a
|
||||||
>.
|
>
|
||||||
</p>
|
</p>
|
||||||
</ak-form-element-horizontal>
|
</ak-form-element-horizontal>
|
||||||
</form>`;
|
</form>`;
|
||||||
|
|
Reference in New Issue