webpack/scenes/Subscriptions/Manifest/DeleteManifestModalText.js in katello-3.8.1 vs webpack/scenes/Subscriptions/Manifest/DeleteManifestModalText.js in katello-3.9.0.rc1
- old
+ new
@@ -1,4 +1,6 @@
+import { translate as __ } from 'foremanReact/common/I18n';
+
const question = __('Are you sure you want to delete the manifest?');
const note = __(`Note: Deleting a subscription manifest is STRONGLY discouraged.
Deleting a manifest will:`);
const l1 = __('Delete all subscriptions that are attached to running hosts.');
const l2 = __('Delete all subscriptions attached to activation keys.');