diff --git a/src/editors/sharedComponents/SelectionModal/__snapshots__/GalleryCard.test.jsx.snap b/src/editors/sharedComponents/SelectionModal/__snapshots__/GalleryCard.test.jsx.snap
index f14a235f3e..96d7b7b40e 100644
--- a/src/editors/sharedComponents/SelectionModal/__snapshots__/GalleryCard.test.jsx.snap
+++ b/src/editors/sharedComponents/SelectionModal/__snapshots__/GalleryCard.test.jsx.snap
@@ -59,9 +59,9 @@ exports[`GalleryCard component snapshot with duration badge 1`] = `
-
+
props.img.displayName
-
+
-
+
props.img.displayName
-
+
-
+
props.img.displayName
-
+
-
+
props.img.displayName
-
+
-
+
props.img.displayName
-
+
-
+
props.img.displayName
-
+
-
+
{asset?.portableUrl}
-
+
-
+
{asset?.externalUrl}
-
+
-
+
{original.displayName}
-
+
)}
data-testid={`collapsible-${original.id}`}
diff --git a/src/files-and-videos/generic/InfoModal.jsx b/src/files-and-videos/generic/InfoModal.jsx
index 14276a4c2f..39d4d79618 100644
--- a/src/files-and-videos/generic/InfoModal.jsx
+++ b/src/files-and-videos/generic/InfoModal.jsx
@@ -48,9 +48,9 @@ const InfoModal = ({
-
+
{file?.displayName}
-
+
diff --git a/src/files-and-videos/generic/table-components/GalleryCard.jsx b/src/files-and-videos/generic/table-components/GalleryCard.jsx
index fa21a182cf..c51820a96e 100644
--- a/src/files-and-videos/generic/table-components/GalleryCard.jsx
+++ b/src/files-and-videos/generic/table-components/GalleryCard.jsx
@@ -67,9 +67,9 @@ const GalleryCard = ({
/>
-
+
{original.displayName}
-
+
diff --git a/src/files-and-videos/videos-page/upload-modal/UploadProgressList.jsx b/src/files-and-videos/videos-page/upload-modal/UploadProgressList.jsx
index fdecdb35b1..450de9d9e2 100644
--- a/src/files-and-videos/videos-page/upload-modal/UploadProgressList.jsx
+++ b/src/files-and-videos/videos-page/upload-modal/UploadProgressList.jsx
@@ -25,9 +25,9 @@ const UploadProgressList = ({ videosList }) => (
{bulletNumber}
-
+
{video.name}
-
+
diff --git a/src/group-configurations/common/TitleButton.jsx b/src/group-configurations/common/TitleButton.jsx
index 87d5d50016..d6edfb0a06 100644
--- a/src/group-configurations/common/TitleButton.jsx
+++ b/src/group-configurations/common/TitleButton.jsx
@@ -27,7 +27,7 @@ const TitleButton = ({
>
- {name}
+ {name}
{formatMessage(messages.titleId, { id })}
diff --git a/src/group-configurations/experiment-configurations-section/ExperimentCardGroup.jsx b/src/group-configurations/experiment-configurations-section/ExperimentCardGroup.jsx
index 36cfc1a8e8..ed1a6161e3 100644
--- a/src/group-configurations/experiment-configurations-section/ExperimentCardGroup.jsx
+++ b/src/group-configurations/experiment-configurations-section/ExperimentCardGroup.jsx
@@ -14,7 +14,7 @@ const ExperimentCardGroup = ({ groups }) => {
data-testid="configuration-card-content-experiment-stack"
key={item.id}
>
- {item.name}
+ {item.name}
{percentage}
))}