mirror of
https://github.com/CachetHQ/Cachet.git
synced 2025-02-22 18:55:43 +01:00
Fix trailing "email" string
This commit is contained in:
parent
8f58cdd182
commit
787bb74b3b
@ -83,7 +83,7 @@ return [
|
|||||||
'verify' => [
|
'verify' => [
|
||||||
'text' => "Please confirm your email subscription to :app_name status updates.\n:link\nThank you, :app_name",
|
'text' => "Please confirm your email subscription to :app_name status updates.\n:link\nThank you, :app_name",
|
||||||
'html-preheader' => 'Please confirm your email subscription to :app_name status updates.',
|
'html-preheader' => 'Please confirm your email subscription to :app_name status updates.',
|
||||||
'html' => '<p>Please confirm your email subscription to :app_name status updates.</p><p><a href=":link">:link</a></p><p>Thank you, :app_name</p>email',
|
'html' => '<p>Please confirm your email subscription to :app_name status updates.</p><p><a href=":link">:link</a></p><p>Thank you, :app_name</p>',
|
||||||
],
|
],
|
||||||
'maintenance' => [
|
'maintenance' => [
|
||||||
'text' => "New maintenance has been scheduled on :app_name.\nThank you, :app_name",
|
'text' => "New maintenance has been scheduled on :app_name.\nThank you, :app_name",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user