diff --git a/app/views/templates/feedback.jst b/app/views/templates/feedback.jst index 1fbbc9792..fcd0d6e45 100644 --- a/app/views/templates/feedback.jst +++ b/app/views/templates/feedback.jst @@ -1,5 +1,10 @@ <%= public ? Diaspora.I18n.t("stream.public") : Diaspora.I18n.t("stream.limited") %> + <% if(provider_display_name) { %> + + via <%= provider_display_name %> + + <% } %>