Fix Typo in Email Notification Pipeline Settings (#134)

This commit is contained in:
yujin Jeong
2022-11-08 17:28:02 +09:00
committed by GitHub
parent e2426af9df
commit a30d2b7969

View File

@@ -38,7 +38,7 @@ export function EmailNotificationSettings({ pipeline, setPipeline }) {
<div>
<h2 className="text-ui-gray-dark mb-3 text-xl font-bold">Configure Email notifications</h2>
<p className="mt-1 text-sm text-gray-500">
Configure Email notifications. To learn more about how webhooks work, please check out our docs.
Configure Email notifications. To learn more about how email notifications work, please check out our docs.
</p>
<div className="mt-6 grid grid-cols-1 gap-y-6 gap-x-4 sm:grid-cols-6">