mirror of
https://github.com/discourse/discourse.git
synced 2024-11-25 18:30:26 -06:00
add "post last edited at" to edit tooltip
This commit is contained in:
parent
d5dd70c503
commit
f996a8757a
@ -36,7 +36,7 @@
|
||||
<div class='topic-meta-data-inside'>
|
||||
{{#if hasHistory}}
|
||||
<div class='post-info edits'>
|
||||
<a href='#' class="{{unbound historyHeat}}" {{action showHistory this}} title="{{unboundDate updated_at}}">
|
||||
<a href='#' class="{{unbound historyHeat}}" {{action showHistory this}} title="{{i18n post.last_edited_on}} {{unboundDate updated_at}}">
|
||||
{{editCount}}
|
||||
<i class='icon-pencil'></i>
|
||||
</a>
|
||||
|
@ -747,6 +747,7 @@ en:
|
||||
edit: "Editing {{link}} by {{replyAvatar}} {{username}}"
|
||||
post_number: "post {{number}}"
|
||||
in_reply_to: "in reply to"
|
||||
last_edited_on: "post last edited on"
|
||||
reply_as_new_topic: "Reply as new Topic"
|
||||
continue_discussion: "Continuing the discussion from {{postLink}}:"
|
||||
follow_quote: "go to the quoted post"
|
||||
|
Loading…
Reference in New Issue
Block a user