Wording change "BLS cal"
This commit is contained in:
2
calcom/packages/types/App.d.ts
vendored
2
calcom/packages/types/App.d.ts
vendored
@@ -116,7 +116,7 @@ export interface App {
|
||||
url: string;
|
||||
/** Optional documentation website URL */
|
||||
docsUrl?: string;
|
||||
/** Wether if the app is verified by Cal.com or not */
|
||||
/** Wether if the app is verified by BLS cal or not */
|
||||
verified?: boolean;
|
||||
/** Wether the app should appear in the trending section of the app store */
|
||||
trending?: boolean;
|
||||
|
||||
2
calcom/packages/types/environment.d.ts
vendored
2
calcom/packages/types/environment.d.ts
vendored
@@ -57,7 +57,7 @@ declare namespace NodeJS {
|
||||
readonly E2E_TEST_MAILHOG_ENABLED: "1" | undefined;
|
||||
readonly NEXT_PUBLIC_APP_NAME: string | "Cal";
|
||||
readonly NEXT_PUBLIC_SUPPORT_MAIL_ADDRESS: string | "help@cal.com";
|
||||
readonly NEXT_PUBLIC_COMPANY_NAME: string | "Cal.com, Inc.";
|
||||
readonly NEXT_PUBLIC_COMPANY_NAME: string | "BLS cal, Inc.";
|
||||
/**
|
||||
* "strict" -> Strict CSP
|
||||
* "non-strict" -> Strict CSP except the usage of unsafe-inline for `style-src`
|
||||
|
||||
Reference in New Issue
Block a user