diff --git a/app/components/DocumentMeta.js b/app/components/DocumentMeta.js
index fd65f5de2..f0818a982 100644
--- a/app/components/DocumentMeta.js
+++ b/app/components/DocumentMeta.js
@@ -155,7 +155,7 @@ function DocumentMeta({
)}
{showNestedDocuments && nestedDocumentsCount > 0 && (
- · {nestedDocumentsCount}{" "}
+ • {nestedDocumentsCount}{" "}
{t("nested document", { count: nestedDocumentsCount })}
)}
diff --git a/app/components/DocumentMetaWithViews.js b/app/components/DocumentMetaWithViews.js
index 6964b391c..4e5ba907a 100644
--- a/app/components/DocumentMetaWithViews.js
+++ b/app/components/DocumentMetaWithViews.js
@@ -42,7 +42,7 @@ function DocumentMetaWithViews({ to, isDraft, document, ...rest }: Props) {
{(props) => (
<>
- ·
+ •
{t("Viewed by")}{" "}
{onlyYou