Skip to content

Commit bd29987

Browse files
committed
use localized site name in stale events curation mail
1 parent eeb32fc commit bd29987

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

app/views/curation_mailer/events_require_approval.html.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636

3737
<% if @stale_events.count.positive? %>
3838
<p>
39-
These events have not been updated/found by the taxila recently.<br/>
39+
These events have not been updated/found by the <%= TeSS::Config.site['title_short'] %> recently.<br/>
4040
If all events for <%= @provider.title %> are stale, the source might have changed, breaking the <%= TeSS::Config.site['title_short'] %> scraper.<br/>
4141
If another duplicate of this event was made, maybe the address to the event page was changed.<br/>
4242
</p>

app/views/curation_mailer/events_require_approval.text.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ New events:
2121

2222
Stale events:
2323
<% if @stale_events.count.positive? %>
24-
These events have not been updated/found by the taxila recently.<br/>
24+
These events have not been updated/found by the <%= TeSS::Config.site['title_short'] %> recently.<br/>
2525
If all events for <%= @provider.title %> are stale, the source might have changed, breaking the <%= TeSS::Config.site['title_short'] %> scraper.<br/>
2626
If another duplicate of this event was made, maybe the address to the event page was changed.<br/>
2727

0 commit comments

Comments
 (0)