tweak digest sig
This commit is contained in:
parent
448b0abdd5
commit
dfe6f8331c
|
@ -2420,10 +2420,9 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
$tmp .= "--- \n";
|
$tmp .= "--- \n";
|
||||||
$tmp .= "You have been sent this email because you have enabled\n".
|
$tmp .= "You have been sent this email because you have enabled daily digests in Tiny Tiny RSS at " .
|
||||||
"daily digests in Tiny Tiny RSS at " . DIGEST_HOSTNAME . "\n\n".
|
DIGEST_HOSTNAME . "\n".
|
||||||
"To unsubscribe, visit your configuration options or contact\n".
|
"To unsubscribe, visit your configuration options or contact instance owner.\n";
|
||||||
"instance owner.\n";
|
|
||||||
|
|
||||||
|
|
||||||
return $tmp;
|
return $tmp;
|
||||||
|
|
Loading…
Reference in New Issue