Skip to content

Commit 9c47637

Browse files
committed
WIP
1 parent 42f4bd7 commit 9c47637

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

coderd/database/migrations/000234_notifications_user_deleted.up.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
INSERT INTO notification_templates (id, name, title_template, body_template, "group", actions)
22
VALUES ('f44d9314-ad03-4bc8-95d0-5cad491da6b6', 'User account deleted', E'User account "{{.Labels.deleted_account_name}}" deleted',
3-
E'Hi {{.UserName}},\n\User account **{{.Labels.created_account_name}}** has been deleted.',
3+
E'Hi {{.UserName}},\n\nUser account **{{.Labels.created_account_name}}** has been deleted.',
44
'Workspace Events', '[
55
{
66
"label": "View accounts",

0 commit comments

Comments
 (0)