diff --git a/ui/components/app/snaps/snap-authorship-expanded/snap-authorship-expanded.js b/ui/components/app/snaps/snap-authorship-expanded/snap-authorship-expanded.js
index 8ab9c3a299ca..5339c8587d52 100644
--- a/ui/components/app/snaps/snap-authorship-expanded/snap-authorship-expanded.js
+++ b/ui/components/app/snaps/snap-authorship-expanded/snap-authorship-expanded.js
@@ -16,6 +16,7 @@ import {
FontWeight,
JustifyContent,
OverflowWrap,
+ TextAlign,
TextColor,
TextVariant,
} from '../../../../helpers/constants/design-system';
@@ -179,7 +180,7 @@ const SnapAuthorshipExpanded = ({ snapId, className, snap }) => {
flexDirection={FlexDirection.Column}
alignItems={AlignItems.flexEnd}
>
- {installOrigin.host}
+ {installOrigin.host}
{t('installedOn', [
formatDate(installInfo.date, 'dd MMM yyyy'),