Skip to content

Commit

Permalink
Updates aria label for run as combo
Browse files Browse the repository at this point in the history
  • Loading branch information
jeramysoucy committed Mar 30, 2023
1 parent d276aa3 commit 9dfdd15
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -120,8 +120,8 @@ export class ElasticsearchPrivileges extends Component<Props, {}> {
>
<EuiComboBox
aria-label={i18n.translate(
'xpack.security.management.editRole.elasticSearchPrivileges.runAsUserAriaLabel',
{ defaultMessage: 'Run as user' }
'xpack.security.management.editRole.elasticSearchPrivileges.runAsPrivilegesAriaLabel',
{ defaultMessage: 'Run as privileges' }
)}
placeholder={
this.props.editable
Expand Down

0 comments on commit 9dfdd15

Please sign in to comment.