Skip to content

Commit 68b8cd1

Browse files
Fixed wording by removing the dash in auto-migrate
1 parent 0340413 commit 68b8cd1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • x-pack/plugins/security_solution/public/detections/components/callouts/need_admin_for_update_callout

x-pack/plugins/security_solution/public/detections/components/callouts/need_admin_for_update_callout/translations.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ export const needAdminForUpdateCallOutBody = (): JSX.Element => (
3333
<p>
3434
<FormattedMessage
3535
id="xpack.securitySolution.detectionEngine.needAdminForUpdateCallOutBody.messageBody.essenceDescription"
36-
defaultMessage="You are currently missing the required permissions to auto-migrate your alert data. Please have your administrator visit this page one time to auto migrate your alert data."
36+
defaultMessage="You are currently missing the required permissions to auto migrate your alert data. Please have your administrator visit this page one time to auto migrate your alert data."
3737
/>
3838
</p>
3939
),

0 commit comments

Comments
 (0)