diff --git a/apps/frontend/src/locales/en-US/index.json b/apps/frontend/src/locales/en-US/index.json index 48bea2ec5..86fe0f97f 100644 --- a/apps/frontend/src/locales/en-US/index.json +++ b/apps/frontend/src/locales/en-US/index.json @@ -1,4 +1,7 @@ { + "admin.billing.error.not-found": { + "message": "User not found" + }, "auth.authorize.action.authorize": { "message": "Authorize" }, @@ -338,6 +341,12 @@ "layout.nav.search": { "message": "Search" }, + "profile.button.billing": { + "message": "Manage user billing" + }, + "profile.button.info": { + "message": "View user details" + }, "profile.button.manage-projects": { "message": "Manage projects" },