Skip to content

Commit b843232

Browse files
committed
fix: created_account_name
1 parent 2de1786 commit b843232

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

coderd/database/migrations/000233_notifications_user_created.up.sql

+2-2
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)
2-
VALUES ('4e19c0ac-94e1-4532-9515-d1801aa283b2', 'User account created', E'User account "{{.Labels.user_account_name}}" created',
3-
E'Hi {{.UserName}},\n\New user account **{{.Labels.user_account_name}}** has been created.',
2+
VALUES ('4e19c0ac-94e1-4532-9515-d1801aa283b2', 'User account created', E'User account "{{.Labels.created_account_name}}" created',
3+
E'Hi {{.UserName}},\n\New user account **{{.Labels.created_account_name}}** has been created.',
44
'Workspace Events', '[
55
{
66
"label": "View accounts",

0 commit comments

Comments
 (0)