diff --git a/ui/apps/platform/src/Containers/Policies/Detail/PolicyScopeSection.tsx b/ui/apps/platform/src/Containers/Policies/Detail/PolicyScopeSection.tsx
index b25b665fc73f6..2c6ba1af8cbf9 100644
--- a/ui/apps/platform/src/Containers/Policies/Detail/PolicyScopeSection.tsx
+++ b/ui/apps/platform/src/Containers/Policies/Detail/PolicyScopeSection.tsx
@@ -21,7 +21,7 @@ function PolicyScopeSection({ scope, exclusions }: PolicyScopeSectionProps): Rea
<>
{scope?.length !== 0 && (
<>
-
Scope inclusions
+ Included resources
{scope.map((restriction, index) => (
// eslint-disable-next-line react/no-array-index-key
@@ -41,7 +41,7 @@ function PolicyScopeSection({ scope, exclusions }: PolicyScopeSectionProps): Rea
)}
{excludedDeploymentScopes?.length !== 0 && (
<>
- Scope exclusions
+ Excluded resources
{excludedDeploymentScopes.map((excludedDeployment, index) => (
// eslint-disable-next-line react/no-array-index-key
diff --git a/ui/apps/platform/src/Containers/Policies/Wizard/PolicyWizard.tsx b/ui/apps/platform/src/Containers/Policies/Wizard/PolicyWizard.tsx
index a42fb5fc35ec6..20124446d5022 100644
--- a/ui/apps/platform/src/Containers/Policies/Wizard/PolicyWizard.tsx
+++ b/ui/apps/platform/src/Containers/Policies/Wizard/PolicyWizard.tsx
@@ -24,7 +24,7 @@ import type { ExtendedPageAction } from 'utils/queryStringUtils';
import {
POLICY_BEHAVIOR_ACTIONS_ID,
POLICY_BEHAVIOR_ID,
- POLICY_BEHAVIOR_SCOPE_ID,
+ POLICY_BEHAVIOR_RESOURCES_ID,
POLICY_DEFINITION_DETAILS_ID,
POLICY_DEFINITION_ID,
POLICY_DEFINITION_LIFECYCLE_ID,
@@ -227,9 +227,9 @@ function PolicyWizard({ pageAction, policy }: PolicyWizardProps): ReactElement {
isExpandable
steps={[
diff --git a/ui/apps/platform/src/Containers/Policies/Wizard/Step4/ExclusionScopeCard.tsx b/ui/apps/platform/src/Containers/Policies/Wizard/Step4/ExclusionScopeCard.tsx
index 6f6b00fe235fc..96891af183dae 100644
--- a/ui/apps/platform/src/Containers/Policies/Wizard/Step4/ExclusionScopeCard.tsx
+++ b/ui/apps/platform/src/Containers/Policies/Wizard/Step4/ExclusionScopeCard.tsx
@@ -33,7 +33,7 @@ function ExclusionScopeCard({
}));
return (
-
+