[Security Solution][Endpoint][Admin] Remove spaces in custom malware message brackets (#86393)

This commit is contained in:
Candace Park 2020-12-18 11:45:29 -08:00 committed by GitHub
parent b484071096
commit 73068e755c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 7 deletions

View file

@ -72,4 +72,4 @@ export const factory = (): PolicyConfig => {
/**
* Reflects what string the Endpoint will use when message field is default/empty
*/
export const DefaultMalwareMessage = 'Elastic Security { action } { filename }';
export const DefaultMalwareMessage = 'Elastic Security {action} {filename}';

View file

@ -222,7 +222,7 @@ export default function ({ getPageObjects, getService }: FtrProviderContext) {
popup: {
malware: {
enabled: true,
message: 'Elastic Security { action } { filename }',
message: 'Elastic Security {action} {filename}',
},
},
},
@ -241,7 +241,7 @@ export default function ({ getPageObjects, getService }: FtrProviderContext) {
popup: {
malware: {
enabled: true,
message: 'Elastic Security { action } { filename }',
message: 'Elastic Security {action} {filename}',
},
},
antivirus_registration: {
@ -366,7 +366,7 @@ export default function ({ getPageObjects, getService }: FtrProviderContext) {
popup: {
malware: {
enabled: true,
message: 'Elastic Security { action } { filename }',
message: 'Elastic Security {action} {filename}',
},
},
},
@ -385,7 +385,7 @@ export default function ({ getPageObjects, getService }: FtrProviderContext) {
popup: {
malware: {
enabled: true,
message: 'Elastic Security { action } { filename }',
message: 'Elastic Security {action} {filename}',
},
},
antivirus_registration: {
@ -503,7 +503,7 @@ export default function ({ getPageObjects, getService }: FtrProviderContext) {
popup: {
malware: {
enabled: true,
message: 'Elastic Security { action } { filename }',
message: 'Elastic Security {action} {filename}',
},
},
},
@ -522,7 +522,7 @@ export default function ({ getPageObjects, getService }: FtrProviderContext) {
popup: {
malware: {
enabled: true,
message: 'Elastic Security { action } { filename }',
message: 'Elastic Security {action} {filename}',
},
},
antivirus_registration: {