From 44b6df09bd1cc1295619af205d31a79c41f4e8fa Mon Sep 17 00:00:00 2001 From: Aidan Cornelius-Bell Date: Thu, 9 Jan 2025 14:46:21 +1030 Subject: [PATCH] Explainer --- app/views/pubview/post.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/pubview/post.html.erb b/app/views/pubview/post.html.erb index 34466b9..346ad0f 100644 --- a/app/views/pubview/post.html.erb +++ b/app/views/pubview/post.html.erb @@ -26,7 +26,7 @@ <%= link_to "🗞 More from mind reader", "#{root_path}", class: "button button-bottomless" %>
-

A link to third party content first shared on mind reader on <%= @post.published_at.strftime('%B %d, %Y') %>.

+

A link to third party content property of its owner(s) first shared with commentary on mind reader on <%= @post.published_at.strftime('%B %d, %Y') %>.

<% end %> -- 2.39.5