From 371eb6c720a5bc4a99dceaf760b666b176dfcf4b Mon Sep 17 00:00:00 2001 From: xbgmsharp Date: Tue, 30 Jan 2024 22:32:28 +0100 Subject: [PATCH] Update message template. Update grafana notification --- initdb/02_3_1_signalk_public_tables.sql | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/initdb/02_3_1_signalk_public_tables.sql b/initdb/02_3_1_signalk_public_tables.sql index 9eb08a5..7ce4dad 100644 --- a/initdb/02_3_1_signalk_public_tables.sql +++ b/initdb/02_3_1_signalk_public_tables.sql @@ -135,9 +135,9 @@ INSERT INTO public.email_templates VALUES E'We removed your account. Check your email!\n'), ('grafana', 'PostgSail Grafana integration', - E'Hello __RECIPIENT__,\nCongratulations! You have just unlocked Grafana\nSee more details at https://app.opneplotter.cloud\nHappy sailing!\nFrancois', + E'Hello __RECIPIENT__,\nCongratulations! You unlocked Grafana dashboard.\nSee more details at https://app.openplotter.cloud\nHappy sailing!\nFrancois', 'PostgSail Grafana!', - E'Congratulations!\nYou have just unlocked Grafana\nSee more details at https://app.opneplotter.cloud\n'); + E'Congratulations!\nYou unlocked Grafana dashboard.\nSee more details at https://app.openplotter.cloud\n'); --------------------------------------------------------------------------- -- Queue handling