Skip to content

Commit c114d62

Browse files
author
dmlenton
committed
Changed wording on email subject notifications
1 parent 408f645 commit c114d62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

models/queue.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ function constructEmail(options, done) {
105105
text = s.intro;
106106
// Temporarily disable link until deep linking works
107107
// text = text + '<p>Read the full article here: <a href="' + link + '">' + link + '</a></p>';
108-
text = text + '<p>Read the full article in the app<p>';
108+
text = text + '<p>Read more in the app<p>';
109109
}
110110
// HTML text
111111
let htmlText = '';

0 commit comments

Comments
 (0)