webpack/scenes/Subscriptions/Manifest/ManageManifestModal.js in katello-4.9.2 vs webpack/scenes/Subscriptions/Manifest/ManageManifestModal.js in katello-4.10.0.rc1
- old
+ new
@@ -99,11 +99,11 @@
const emptyStateData = () => ({
header: __('There is no Manifest History to display.'),
description: __('Import a Manifest using the manifest tab above.'),
documentation: {
- label: __('Learn more about adding Subscription Manifests'),
- url: 'http://redhat.com',
+ label: __('Learn more about adding Subscription Manifests '),
+ url: 'https://access.redhat.com/solutions/3410771',
},
});
const getManifestName = () => {
let name = __('No Manifest Uploaded');