File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
web/src/app/[domain]/settings/license Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -78,7 +78,7 @@ connectionManager.startScheduler();
7878repoManager . startScheduler ( ) ;
7979
8080if ( env . EXPERIMENT_EE_PERMISSION_SYNC_ENABLED === 'true' && ! hasEntitlement ( 'permission-syncing' ) ) {
81- logger . error ( 'Permission syncing is not supported in current plan. Please contact support @sourcebot.dev for assistance.' ) ;
81+ logger . error ( 'Permission syncing is not supported in current plan. Please contact team @sourcebot.dev for assistance.' ) ;
8282 process . exit ( 1 ) ;
8383}
8484else if ( env . EXPERIMENT_EE_PERMISSION_SYNC_ENABLED === 'true' && hasEntitlement ( 'permission-syncing' ) ) {
Original file line number Diff line number Diff line change @@ -78,7 +78,7 @@ export default async function LicensePage(props: LicensePageProps) {
7878 </ div >
7979
8080 < Button asChild >
81- < a href = { `mailto:support @sourcebot.dev?subject=License Support - ${ licenseKey . id } &body=License ID: ${ licenseKey . id } ` } >
81+ < a href = { `mailto:team @sourcebot.dev?subject=License Support - ${ licenseKey . id } &body=License ID: ${ licenseKey . id } ` } >
8282 < Mail className = "h-4 w-4 mr-2" />
8383 Contact Support
8484 </ a >
You can’t perform that action at this time.
0 commit comments