Update alert message

This commit is contained in:
xbgmsharp
2024-02-06 18:11:49 +01:00
parent 826566e097
commit 23ea3bd0d8

View File

@@ -145,9 +145,9 @@ INSERT INTO public.email_templates VALUES
E'Congratulations!\nYour boat is now a Windy Weather station.\nSee more details at __APP_URL__/windy\n'),
('alert',
'PostgSail Alert',
E'Hello __RECIPIENT__,\nWe detected an alert __APP_URL__\nHappy sailing!\nFrancois',
E'Hello __RECIPIENT__,\nWe detected an alert __ALERT__.\nSee more details at __APP_URL__\nStay safe.\nFrancois',
'PostgSail Alert!',
E'Congratulations!\nWe detected an alert __APP_URL__\n');
E'Congratulations!\nWe detected an alert __ALERT__.\n');
---------------------------------------------------------------------------
-- Queue handling