Skip to content

Commit

Permalink
Update modal title
Browse files Browse the repository at this point in the history
  • Loading branch information
xcrzx committed Nov 8, 2024
1 parent dea2e97 commit fc534b2
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import { i18n } from '@kbn/i18n';
export const UPGRADE_CONFLICTS_MODAL_TITLE = i18n.translate(
'xpack.securitySolution.detectionEngine.upgradeConflictsModal.messageTitle',
{
defaultMessage: 'Rules with conflicts will not be updated',
defaultMessage: 'Update rules without conflicts?',
}
);

Expand All @@ -32,6 +32,6 @@ export const UPGRADE_CONFLICTS_MODAL_BODY = i18n.translate(
'xpack.securitySolution.detectionEngine.upgradeConflictsModal.affectedJobsTitle',
{
defaultMessage:
'Some of the selected rules have conflicts and, for that reason, won't be updated. Resolve the conflicts to properly update the rules. ',
"Some of the selected rules have conflicts and, for that reason, won't be updated. Resolve the conflicts to properly update the rules.",
}
);

0 comments on commit fc534b2

Please sign in to comment.