diff --git a/apps/frontend/src/pages/admin/billing/[id].vue b/apps/frontend/src/pages/admin/billing/[id].vue index 98fafd5514..7549d7a004 100644 --- a/apps/frontend/src/pages/admin/billing/[id].vue +++ b/apps/frontend/src/pages/admin/billing/[id].vue @@ -519,7 +519,7 @@ async function modifyCharge() { }) addNotification({ title: 'Modifications made', - text: 'If the server is currently suspended, it may take up to 10 minutes for another charge attempt to be made.', + text: 'If the server is currently cancelled, it may take up to 10 minutes for another charge attempt to be made.', type: 'success', }) await refreshCharges() diff --git a/apps/frontend/src/pages/settings/billing/index.vue b/apps/frontend/src/pages/settings/billing/index.vue index daafcf0ef4..0d4e93fa55 100644 --- a/apps/frontend/src/pages/settings/billing/index.vue +++ b/apps/frontend/src/pages/settings/billing/index.vue @@ -1,9 +1,6 @@