1
0
mirror of https://github.com/pocket-id/pocket-id.git synced 2026-02-10 23:04:16 +00:00

fix: update localized name and description of ldap group name attribute (#892)

This commit is contained in:
Kyle Mendell
2025-08-27 15:52:50 -05:00
committed by GitHub
parent a4e965434f
commit e88be7e61a
3 changed files with 6 additions and 5 deletions

View File

@@ -200,7 +200,8 @@
bind:input={$inputs.ldapAttributeGroupUniqueIdentifier}
/>
<FormInput
label={m.group_name_attribute()}
label={m.group_rdn_attribute()}
description={m.group_rdn_attribute_description()}
placeholder="cn"
bind:input={$inputs.ldapAttributeGroupName}
/>