File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
email/mailmerge/src/pipelines Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -130,7 +130,7 @@ Check that:
130
130
3. You have tested the system beforehand
131
131
4. All indications this is a test have been removed
132
132
133
- You are about to send ${ emailsNumberDisplay } emails. The esitmated time for this is ${
133
+ You are about to send ${ emailsNumberDisplay } emails. The estimated time for this is ${
134
134
( ( 3 + ( options . sleepBetween ?? DEFAULT_SLEEP_BETWEEN ) ) * emailsNumberDisplay ) / 60 / 60
135
135
} hours.
136
136
Original file line number Diff line number Diff line change @@ -107,7 +107,7 @@ export async function uploadDrafts(
107
107
3. You have tested the system beforehand
108
108
4. All indications this is a test have been removed
109
109
110
- You are about to upload ${ pendingEmails . length } emails. The esitmated time for this is ${
110
+ You are about to upload ${ pendingEmails . length } emails. The estimated time for this is ${
111
111
( ( 5 + sleepBetween ) * pendingEmails . length ) / 60 / 60
112
112
} hours.
113
113
You can’t perform that action at this time.
0 commit comments