Skip to content

Commit fe94245

Browse files
authored
[SECURITY_SOLUTION][ENDPOINT] Fix label on Trusted App create name field (#80001) (#80332)
* Correct the Name field label on the Trusted Apps Create form to say "Name your trusted application" (was "Name your trusted app application").
1 parent d0e5ab1 commit fe94245

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

x-pack/plugins/security_solution/public/management/pages/trusted_apps/view/components/create_trusted_app_form.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -347,7 +347,7 @@ export const CreateTrustedAppForm = memo<CreateTrustedAppFormProps>(
347347
<EuiForm {...formProps} component="div">
348348
<EuiFormRow
349349
label={i18n.translate('xpack.securitySolution.trustedapps.create.name', {
350-
defaultMessage: 'Name your trusted app application',
350+
defaultMessage: 'Name your trusted application',
351351
})}
352352
fullWidth={fullWidth}
353353
data-test-subj={getTestId('nameRow')}

0 commit comments

Comments
 (0)