From 2869730b80bda9f3584316f03305caed9b6b1aee Mon Sep 17 00:00:00 2001 From: Pierre Brisorgueil Date: Tue, 2 Jun 2026 13:59:53 +0200 Subject: [PATCH] fix(templates): rewrite billing-quota-reached-100 with noun-agnostic copy MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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. --- config/templates/billing-quota-reached-100.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/templates/billing-quota-reached-100.html b/config/templates/billing-quota-reached-100.html index 39470a925..5c8ffc328 100644 --- a/config/templates/billing-quota-reached-100.html +++ b/config/templates/billing-quota-reached-100.html @@ -3,7 +3,7 @@

Hello,

Your {{appName}} weekly quota is now fully used ({{meterUsed}} / {{meterQuota}} units).

-

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.

+

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.

Check your consumption or add an extras pack on your billing dashboard.


The {{appName}} Team.