mirror of
https://github.com/coder/coder.git
synced 2025-07-15 22:20:27 +00:00
fix: typo in notification template (#14108)
This commit is contained in:
@ -0,0 +1,5 @@
|
||||
UPDATE notification_templates
|
||||
SET
|
||||
body_template = E'Hi {{.UserName}},\n\New user account **{{.Labels.created_account_name}}** has been created.'
|
||||
WHERE
|
||||
id = '4e19c0ac-94e1-4532-9515-d1801aa283b2';
|
@ -0,0 +1,5 @@
|
||||
UPDATE notification_templates
|
||||
SET
|
||||
body_template = E'Hi {{.UserName}},\n\nNew user account **{{.Labels.created_account_name}}** has been created.'
|
||||
WHERE
|
||||
id = '4e19c0ac-94e1-4532-9515-d1801aa283b2';
|
Reference in New Issue
Block a user