We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f3af27 commit d92d35fCopy full SHA for d92d35f
src/routes/(console)/organization-[organization]/billing/budgetCap.svelte
@@ -31,7 +31,7 @@
31
addNotification({
32
type: 'success',
33
isHtml: true,
34
- message: `<span>Budget cap enabled for <b>${$organization.name}</b></span>`
+ message: `Budget cap enabled for ${$organization.name}`
35
});
36
trackEvent(Submit.BudgetCapUpdate, {
37
budget: capActive ? budget : undefined
0 commit comments