diff --git a/apps/frontend/src/pages/admin/billing/[id].vue b/apps/frontend/src/pages/admin/billing/[id].vue
index 0d48bb249..cac5038bb 100644
--- a/apps/frontend/src/pages/admin/billing/[id].vue
+++ b/apps/frontend/src/pages/admin/billing/[id].vue
@@ -71,8 +71,12 @@
Whether or not the subscription should be cancelled. Submitting this as "true" will
- cancel the subscription, while submitting it as "false" will force another charge
- attempt to be made.
+ cancel the subscription, while submitting it as "false" will
+ {{
+ selectedCharge.status === 'open'
+ ? 'keep it as-is'
+ : 'force another charge attempt to be made'
+ }}.
@@ -116,7 +120,8 @@