web/admin: remove redundant markdown notice (#5525)
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
This commit is contained in:
@ -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>
|
||||
|
||||
@ -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>
|
||||
|
||||
Reference in New Issue
Block a user