From de8922bb8e1e837ffc1ff29cbbeb1a2cd10d8d20 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sun, 15 Mar 2026 17:53:13 +0000 Subject: [PATCH] fix(i18n): fix overage buffer sentence spacing in admin_plans template Co-authored-by: christianlouis <361235+christianlouis@users.noreply.github.com> --- frontend/templates/admin_plans.html | 2 +- frontend/translations/en.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/templates/admin_plans.html b/frontend/templates/admin_plans.html index 4cac2ed0..63cd420c 100644 --- a/frontend/templates/admin_plans.html +++ b/frontend/templates/admin_plans.html @@ -43,7 +43,7 @@

{{ _("admin_plans.overage_buffer_title") }}

- {{ _("admin_plans.overage_buffer_body_prefix") }} {{ _("admin_plans.overage_buffer_invisible") }}{{ _("admin_plans.overage_buffer_body_suffix") }} + {{ _("admin_plans.overage_buffer_body_prefix") }} {{ _("admin_plans.overage_buffer_invisible") }}. {{ _("admin_plans.overage_buffer_body_suffix") }} {{ _("admin_plans.overage_buffer_formula") }} {{ _("admin_plans.overage_buffer_tail") }}

diff --git a/frontend/translations/en.json b/frontend/translations/en.json index 7b09c7d6..bf8ee135 100644 --- a/frontend/translations/en.json +++ b/frontend/translations/en.json @@ -124,7 +124,7 @@ "admin_plans.overage_50pct": "50%", "admin_plans.overage_announce": "\u2192 announce", "admin_plans.overage_buffer_body_prefix": "The overage buffer is", - "admin_plans.overage_buffer_body_suffix": ". We advertise X docs/month but only enforce at", + "admin_plans.overage_buffer_body_suffix": "We advertise X docs/month but only enforce at", "admin_plans.overage_buffer_formula": "X \u00d7 (1 + buffer%)", "admin_plans.overage_buffer_invisible": "invisible to users", "admin_plans.overage_buffer_tail": "docs. For example, a 150-doc/month plan with a 20% buffer enforces at 180 docs. This prevents hard cutoffs at the exact announced limit, giving users a graceful soft landing.",