This commit is contained in:
Philipinho
2026-03-30 20:31:29 +01:00
parent a6d2140197
commit cb177811c0
@@ -43,7 +43,7 @@ export const PageUpdateDigestEmail = ({
</Text>
{page.updatedBy.length > 0 && (
<Text style={updatedByText}>
{page.updatedBy.join(', ')} made edits
Edited by {page.updatedBy.join(', ')}
</Text>
)}
</Section>