about summary refs log tree commit diff
path: root/app/views/stream_entries
diff options
context:
space:
mode:
authorJenkins <jenkins@jenkins.ninjawedding.org>2017-11-27 05:17:11 +0000
committerJenkins <jenkins@jenkins.ninjawedding.org>2017-11-27 05:17:11 +0000
commit5de42665d77431def632ca8fb8665082027c60a5 (patch)
treee73470cf19c82311a80bb75f73a4c8192b7c6136 /app/views/stream_entries
parent86f4f8e158deb57b2672d961f7c2dfc963e2a50c (diff)
parent0ea4478b68e60e442e5b254c2d2bc511e27fea83 (diff)
Merge remote-tracking branch 'tootsuite/master' into glitchsoc/master
Diffstat (limited to 'app/views/stream_entries')
-rw-r--r--app/views/stream_entries/show.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/stream_entries/show.html.haml b/app/views/stream_entries/show.html.haml
index 428069931..786a4c0a8 100644
--- a/app/views/stream_entries/show.html.haml
+++ b/app/views/stream_entries/show.html.haml
@@ -8,7 +8,7 @@
 
   = opengraph 'og:site_name', site_title
   = opengraph 'og:type', 'article'
-  = opengraph 'og:title', "#{@account.username} on #{site_hostname}"
+  = opengraph 'og:title', "#{@account.display_name} on #{site_hostname}"
   = opengraph 'og:url', account_stream_entry_url(@account, @stream_entry)
 
   = render 'stream_entries/og_description', activity: @stream_entry.activity