diff options
-rw-r--r-- | mediagoblin/templates/mediagoblin/user_pages/comment_email.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/mediagoblin/templates/mediagoblin/user_pages/comment_email.txt b/mediagoblin/templates/mediagoblin/user_pages/comment_email.txt index 7bf649cf..1155ac1e 100644 --- a/mediagoblin/templates/mediagoblin/user_pages/comment_email.txt +++ b/mediagoblin/templates/mediagoblin/user_pages/comment_email.txt @@ -16,11 +16,11 @@ # along with this program. If not, see <http://www.gnu.org/licenses/>. -#} -{% trans username=username, comment_author=comment_author -%} +{% trans username=username, comment_author=comment_author, instance_name=app_config.html_title -%} Hi {{ username }}, -{{ comment_author }} commented on your post ({{ comment_url }}) at GNU MediaGoblin: +{{ comment_author }} commented on your post ({{ comment_url }}) at {{ instance_name }} {% endtrans %} {{ comment_content }} -GNU MediaGoblin +{{ app_config.html_title }} |