We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 408f645 commit c114d62Copy full SHA for c114d62
models/queue.js
@@ -105,7 +105,7 @@ function constructEmail(options, done) {
105
text = s.intro;
106
// Temporarily disable link until deep linking works
107
// 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>';
+ text = text + '<p>Read more in the app<p>';
109
}
110
// HTML text
111
let htmlText = '';
0 commit comments