Skip to content

Commit 3086820

Browse files
fix(templates): rewrite billing-quota-reached-100 with noun-agnostic copy (#3776)
Replace "scheduled jobs" with "usage continues" — neutral wording works for every downstream regardless of product domain (scraps, hikes, etc.). Lets trawl drop its trawl-branded overlay entirely (follow-up trawl PR). No structural change — same {{appName}} / {{meterUsed}} / {{meterQuota}} / {{billingUrl}} / {{appContact}} substitutions.
1 parent 2e25408 commit 3086820

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

config/templates/billing-quota-reached-100.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<body>
44
<p>Hello,</p>
55
<p>Your <b>{{appName}}</b> weekly quota is now fully used ({{meterUsed}} / {{meterQuota}} units).</p>
6-
<p>If you have an extras pack, your scheduled jobs keep running from its remaining balance until it's used up. Otherwise they pause until you add an extras pack or upgrade your plan — nothing is charged automatically.</p>
6+
<p>If you have an extras pack, your usage continues drawing from its remaining balance until it's used up. Otherwise it pauses until you add an extras pack or upgrade your plan — nothing is charged automatically.</p>
77
<p>Check your consumption or add an extras pack on your <a href="{{billingUrl}}">billing dashboard</a>.</p>
88
<br />
99
<p>The <b>{{appName}}</b> Team.</p>

0 commit comments

Comments
 (0)