diff options
author | Matthew Somerville <matthew@mysociety.org> | 2019-12-11 14:33:21 +0000 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2019-12-11 14:33:21 +0000 |
commit | 25e2c47f1b117555c36efe8ae2f6e51b4d43e782 (patch) | |
tree | 87931a505a74bc5946e60467ddcb153af474a9c6 /templates/email/default | |
parent | 31f05cc1363442fa59efd029904b775ea9fdf576 (diff) | |
parent | fccaeb5bddf034e7e3e35184e8e49748e3a77113 (diff) |
Merge branch 'rss-site-name'
Diffstat (limited to 'templates/email/default')
-rw-r--r-- | templates/email/default/xsl.xsl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/email/default/xsl.xsl b/templates/email/default/xsl.xsl index ad23b2b3b..09fc9adfe 100644 --- a/templates/email/default/xsl.xsl +++ b/templates/email/default/xsl.xsl @@ -12,7 +12,7 @@ email_footer = site_name; <th style="[% td_style %][% rss_meta_style %]"> <p> - This is an RSS feed from the FixMyStreet website. RSS feeds allow you + This is an RSS feed from the [% site_name %] website. RSS feeds allow you to stay up to date with the latest changes and additions to the site. <a href="https://www.bbc.co.uk/news/10628494">Learn more about RSS feeds.</a> </p> |