diff --git a/src/ps/commands/quotes.tsx b/src/ps/commands/quotes.tsx
index 39a2210..0ba7214 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}
>
)}