2
0

Wording change "BLS cal"

This commit is contained in:
2024-08-09 16:18:09 +02:00
parent 732cfd353a
commit b8c4c5b1e7
199 changed files with 508 additions and 508 deletions

View File

@@ -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;

View File

@@ -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`