diff --git a/src/ps/commands/quotes.tsx b/src/ps/commands/quotes.tsx
index 39a22101..0ba72140 100644
--- a/src/ps/commands/quotes.tsx
+++ b/src/ps/commands/quotes.tsx
@@ -195,7 +195,7 @@ function FormatQuote({
{addedBy && dateAdded && (
<>
Added by
-
+
on {dateAdded}
>
)}