mirror of
https://github.com/coder/coder.git
synced 2026-09-24 15:04:27 +08:00
chore: rename "Test Notification" to "Troubleshooting Notification" (#17790)
Rename the "Test Notification" to "Troubleshooting Notification"
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
UPDATE notification_templates
|
||||
SET name = 'Test Notification'
|
||||
WHERE id = 'c425f63e-716a-4bf4-ae24-78348f706c3f';
|
||||
@@ -0,0 +1,3 @@
|
||||
UPDATE notification_templates
|
||||
SET name = 'Troubleshooting Notification'
|
||||
WHERE id = 'c425f63e-716a-4bf4-ae24-78348f706c3f';
|
||||
Vendored
+1
-1
@@ -3,7 +3,7 @@
|
||||
"msg_id": "00000000-0000-0000-0000-000000000000",
|
||||
"payload": {
|
||||
"_version": "1.2",
|
||||
"notification_name": "Test Notification",
|
||||
"notification_name": "Troubleshooting Notification",
|
||||
"notification_template_id": "00000000-0000-0000-0000-000000000000",
|
||||
"user_id": "00000000-0000-0000-0000-000000000000",
|
||||
"user_email": "bobby@coder.com",
|
||||
|
||||
Reference in New Issue
Block a user