Rename "Organization" to "Team" across web app and update related services
Renamed all instances of "Organization" with "Team" across the entire web application to reflect the latest change in terminology. This further extends to renaming related services, components, and their respective invocation instances. Separate billing permissions have been defined for Team accounts, and security actions have been updated in SQL schema along with some layout adjustments.
This commit is contained in:
@@ -35,7 +35,7 @@ export const metadata = {
|
||||
title: 'Organization Account Home',
|
||||
};
|
||||
|
||||
function OrganizationAccountHomePage({
|
||||
function TeamAccountHomePage({
|
||||
params,
|
||||
}: {
|
||||
params: {
|
||||
@@ -62,4 +62,4 @@ function OrganizationAccountHomePage({
|
||||
);
|
||||
}
|
||||
|
||||
export default withI18n(OrganizationAccountHomePage);
|
||||
export default withI18n(TeamAccountHomePage);
|
||||
|
||||
Reference in New Issue
Block a user