Merge pull request #2969 from tuckerrc/diary-updated-date
Add last updated date to diary entry page
This commit is contained in:
commit
48b85a7fee
2 changed files with 5 additions and 1 deletions
|
@ -433,7 +433,8 @@ 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}."
|
||||
updated_at_html: "Last updated on %{updated}."
|
||||
comment_link: Comment on this entry
|
||||
reply_link: Send a message to the author
|
||||
comment_count:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue