From 43f6eea5a47888d3b408cce4105fd348c6e993d2 Mon Sep 17 00:00:00 2001 From: Rachel Date: Tue, 9 Jan 2024 13:16:56 -0600 Subject: [PATCH] Rename account-management to billing --- src/data/releaseNoteCategories.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/data/releaseNoteCategories.js b/src/data/releaseNoteCategories.js index 33cf9c33e6..bceb01578d 100644 --- a/src/data/releaseNoteCategories.js +++ b/src/data/releaseNoteCategories.js @@ -49,8 +49,8 @@ export const releaseNoteCategories = { "color": "black", "description": "Highlights updates related to changes in the user interface, ensuring that designers, marketers, and other users are aware of alterations to the visual and interactive elements of the platform" }, - "account-management": { - "displayName": "Account Management", + "billing": { + "displayName": "Billing & Finance", "color": "black", "description": "Covers finance and billing-related updates, allowing billing and finance managers to track changes affecting their financial aspects" },