aboutsummaryrefslogtreecommitdiff
path: root/src/main/resources/templates/views/pm_sent.html
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/resources/templates/views/pm_sent.html')
-rw-r--r--src/main/resources/templates/views/pm_sent.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/resources/templates/views/pm_sent.html b/src/main/resources/templates/views/pm_sent.html
index ace25301..f0af71d3 100644
--- a/src/main/resources/templates/views/pm_sent.html
+++ b/src/main/resources/templates/views/pm_sent.html
@@ -19,7 +19,7 @@
<img src="{{ msg.user.avatar }}" alt="{{ msg.user.name }}"/>
</a>
</div>
- <div class="msg-ts">{{ msg.timestamp | prettyTime }}</div>
+ <div class="msg-ts">{{ msg.created | prettyTime }}</div>
</div>
<div class="msg-txt">{{ msg | formatMessage }}</div>
</div>