web/admin: remove redundant markdown notice (#5525)

Signed-off-by: Jens Langhammer <jens@goauthentik.io>
This commit is contained in:
Jens L
2023-05-08 15:33:00 +02:00
committed by GitHub
parent c10a8ecf51
commit 9bddc9b577
13 changed files with 146 additions and 56 deletions

View File

@ -143,7 +143,7 @@ export class GroupViewPage extends AKElement {
? html`${this.group.attributes?.notes}`
: html`
<p>
${t`Edit the notes attribute of this group to add notes here. Markdown is supported.`}
${t`Edit the notes attribute of this group to add notes here.`}
</p>
`}
</div>

View File

@ -288,7 +288,7 @@ export class UserViewPage extends AKElement {
? html`${this.user.attributes?.notes}`
: html`
<p>
${t`Edit the notes attribute of this user to add notes here. Markdown is supported.`}
${t`Edit the notes attribute of this user to add notes here.`}
</p>
`}
</div>