diff --git a/app/views/PillarAnalysis/AnalyticalStatementInput/StoryAnalysisModal/index.tsx b/app/views/PillarAnalysis/AnalyticalStatementInput/StoryAnalysisModal/index.tsx
index acef08e94..9f307a893 100644
--- a/app/views/PillarAnalysis/AnalyticalStatementInput/StoryAnalysisModal/index.tsx
+++ b/app/views/PillarAnalysis/AnalyticalStatementInput/StoryAnalysisModal/index.tsx
@@ -13,6 +13,7 @@ import {
Button,
CollapsibleContainer,
Container,
+ Header,
ListView,
Modal,
QuickActionButton,
@@ -397,7 +398,7 @@ function StoryAnalysisModal(props: Props) {
? `**Analytical Statement** \n \n ${analyticalStatement} \n \n`
: '';
const entriesText = generatedReportText
- ? `**Evidences** \n \n ${generatedReportText} \n \n`
+ ? `**Evidence** \n \n ${generatedReportText} \n \n`
: '';
const myAnalysis = myAnalysisHeading
@@ -592,38 +593,39 @@ function StoryAnalysisModal(props: Props) {
-
- Information Gaps
-
-
-
-
-
- {project?.isPrivate && (
-
-
-
- Auto generate is not available
- for private projects to
- maintain document privacy.
-
-
- )}
-
- >
+
+
+
+
+ {project?.isPrivate && (
+
+
+
+ Auto generate is not available
+ for private projects to
+ maintain document privacy.
+
+
+ )}
+ >
+ )}
+ headingSize="extraSmall"
+ spacing="comfortable"
+ heading="Information Gaps"
+ />
)}
name="informationGap"
value={informationGaps}
@@ -662,36 +664,38 @@ function StoryAnalysisModal(props: Props) {
className={styles.editor}
labelContainerClassName={styles.labelContainer}
label={(
- <>
-
- Analytical Statament
-
-
-
-
-
- {project?.isPrivate && (
-
-
-
- Auto generate is not available
- for private projects to
- maintain document privacy.
-
-
- )}
-
- >
+
+
+
+
+ {project?.isPrivate && (
+
+
+
+ Auto generate is not available
+ for private projects to
+ maintain document privacy.
+
+
+ )}
+ >
+ )}
+ headingSize="extraSmall"
+ spacing="comfortable"
+ heading="Analytical Statament"
+ />
)}
name="analyticalStatement"
value={analyticalStatement}
@@ -704,36 +708,38 @@ function StoryAnalysisModal(props: Props) {
labelContainerClassName={styles.labelContainer}
inputSectionClassName={styles.inputSection}
label={(
- <>
-
- My Analysis
-
-
-
-
-
- {project?.isPrivate && (
-
-
-
- Auto generate is not available
- for private projects to
- maintain document privacy.
-
-
- )}
-
- >
+