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:
1301303. You have tested the system beforehand
1311314. All indications this is a test have been removed
132132
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 ${
134134 ( ( 3 + ( options . sleepBetween ?? DEFAULT_SLEEP_BETWEEN ) ) * emailsNumberDisplay ) / 60 / 60
135135 } hours.
136136
Original file line number Diff line number Diff line change @@ -107,7 +107,7 @@ export async function uploadDrafts(
107107 3. You have tested the system beforehand
108108 4. All indications this is a test have been removed
109109
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 ${
111111 ( ( 5 + sleepBetween ) * pendingEmails . length ) / 60 / 60
112112 } hours.
113113
You can’t perform that action at this time.
0 commit comments