File tree Expand file tree Collapse file tree
apps/sim/components/emails/notifications Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -45,19 +45,14 @@ export function ScheduleDisabledEmail({
4545
4646 < Text style = { baseStyles . paragraph } >
4747 { brand . name } turned off the schedule for { resourceLabel } . It will not run again until you
48- turn it back on.
48+ fix the problem and turn it back on.
4949 </ Text >
5050
5151 < Section style = { baseStyles . infoBox } >
5252 < Text style = { baseStyles . infoBoxTitle } > Reason</ Text >
5353 < Text style = { baseStyles . infoBoxList } > { reasonCopy } </ Text >
5454 </ Section >
5555
56- { /* Divider */ }
57- < div style = { baseStyles . divider } />
58-
59- < Text style = { baseStyles . paragraph } > Fix the problem, then turn the schedule back on.</ Text >
60-
6156 { manageLink ? (
6257 < Link href = { manageLink } style = { { textDecoration : 'none' } } >
6358 < Text style = { baseStyles . button } > Open workflow</ Text >
You can’t perform that action at this time.
0 commit comments