Skip to content

Commit

Permalink
Align helper texts
Browse files Browse the repository at this point in the history
  • Loading branch information
tsullivan committed Nov 4, 2024
1 parent 8aa4013 commit 38170b9
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -431,6 +431,13 @@ export const PrivilegesRolesForm: FC<PrivilegesRolesFormProps> = (props) => {
defaultMessage: 'Define privileges',
}
)}
helpText={i18n.translate(
'xpack.spaces.management.spaceDetails.roles.assign.privilegesHelpText',
{
defaultMessage:
'Assign the privilege level you wish to grant to all present and future features across this space.',
}
)}
>
<EuiButtonGroup
data-test-subj="space-assign-role-privilege-selection-switch"
Expand Down

0 comments on commit 38170b9

Please sign in to comment.