Skip to content

Commit

Permalink
[Fleet] Fix previous configuration modal title (#114475)
Browse files Browse the repository at this point in the history
* Fix previous configuration modal title

* Revert translation
  • Loading branch information
kpollich committed Oct 11, 2021
1 parent f944389 commit 32e00f1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -687,7 +687,7 @@ const UpgradeStatusCallout: React.FunctionComponent<{
<h2 id="FleetPackagePolicyPreviousVersionFlyoutTitle">
<FormattedMessage
id="xpack.fleet.upgradePackagePolicy.previousVersionFlyout.title"
defaultMessage="'{name}' package policy"
defaultMessage="'{name}' integration policy"
values={{ name: currentPackagePolicy?.name }}
/>
</h2>
Expand Down

0 comments on commit 32e00f1

Please sign in to comment.