Skip to content

Commit

Permalink
[SECURITY_SOLUTION][ENDPOINT] Fix label on Trusted App create name fi…
Browse files Browse the repository at this point in the history
…eld (#80001)

* Correct the Name field label on the Trusted Apps Create form to say "Name your trusted application" (was "Name your trusted app application").
  • Loading branch information
paul-tavares authored Oct 13, 2020
1 parent c36a276 commit 3e0baff
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -347,7 +347,7 @@ export const CreateTrustedAppForm = memo<CreateTrustedAppFormProps>(
<EuiForm {...formProps} component="div">
<EuiFormRow
label={i18n.translate('xpack.securitySolution.trustedapps.create.name', {
defaultMessage: 'Name your trusted app application',
defaultMessage: 'Name your trusted application',
})}
fullWidth={fullWidth}
data-test-subj={getTestId('nameRow')}
Expand Down

0 comments on commit 3e0baff

Please sign in to comment.