Commit 37e6d6a722f2739ddcf6347f85352d78a39c7cbf
1 parent
d5ee444b
Exists in
master
and in
29 other branches
Fix syntax error in template
(ActionItem1719)
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
app/views/scrap/notifier/mail.rhtml
... | ... | @@ -6,7 +6,7 @@ |
6 | 6 | <%= word_wrap(@scrap_content) %> |
7 | 7 | ------------------------------------------------------------------------------- |
8 | 8 | |
9 | -<%= _('View this scrap on the wall'): %> | |
9 | +<%= _('View this scrap on the wall') %>: | |
10 | 10 | <%= url_for @wall_url %> |
11 | 11 | |
12 | 12 | <%= _("Greetings,") %> | ... | ... |