<p></p>
<p><b>@gravitystorm</b> requested changes on this pull request.</p>

<hr>

<p>In <a href="https://github.com/openstreetmap/openstreetmap-website/pull/2969#discussion_r530322269">app/views/diary_entries/_diary_entry.html.erb</a>:</p>
<pre style='color:#555'>> @@ -7,7 +7,7 @@
     <h2><%= link_to diary_entry.title, diary_entry_path(diary_entry.user, diary_entry) %></h2>
 
     <small class='text-muted'>
-      <%= t(".posted_by_html", :link_user => (link_to diary_entry.user.display_name, user_path(diary_entry.user)), :created => l(diary_entry.created_at, :format => :blog), :language_link => (link_to diary_entry.language.name, :controller => "diary_entries", :action => "index", :display_name => nil, :language => diary_entry.language_code)) %>
+      <%= t(".posted_by_html", :link_user => (link_to diary_entry.user.display_name, user_path(diary_entry.user)), :created => l(diary_entry.created_at, :format => :blog), :language_link => (link_to diary_entry.language.name, :controller => "diary_entries", :action => "index", :display_name => nil, :language => diary_entry.language_code), :updated => l(diary_entry.updated_at, :format => :blog)) %>
</pre>
<p>I suspect that it's rare for diary entries to be updated. I would be interested in whether people think this should only be shown when there has been a change, rather than always showing it.</p>

<hr>

<p>In <a href="https://github.com/openstreetmap/openstreetmap-website/pull/2969#discussion_r530373786">config/locales/en.yml</a>:</p>
<pre style='color:#555'>> @@ -433,7 +433,7 @@ en:
       heading: "No entry with the id: %{id}"
       body: "Sorry, there is no diary entry or comment with the id %{id}. Please check your spelling, or maybe the link you clicked is wrong."
     diary_entry:
-      posted_by_html: "Posted by %{link_user} on %{created} in %{language_link}"
+      posted_by_html: "Posted by %{link_user} on %{created} in %{language_link} last updated on %{updated}"
</pre>
<p>Unfortunately we can't change the number of interpolation variables in an existing string. Doing so causes server errors until all the translation strings are updated. So if you change the number of interpolation variables, you have to also rename the translation key (<code>posted_by_html</code>).</p>
<p>Alternatively, you could look at adding this as a separate sentence, i.e. adding a full stop to the existing sentence, and starting a new one with the last updated information.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">—<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/openstreetmap/openstreetmap-website/pull/2969#pullrequestreview-538426760">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AAK2OLOEVLMM6WAPMDVJX33SRUBDJANCNFSM4TZK5THA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AAK2OLIEKSFO4HRTWKDCHKDSRUBDJA5CNFSM4TZK5THKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOEAL33CA.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/openstreetmap/openstreetmap-website/pull/2969#pullrequestreview-538426760",
"url": "https://github.com/openstreetmap/openstreetmap-website/pull/2969#pullrequestreview-538426760",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>