Skip to content

Commit 1d6b22e

Browse files
fix
1 parent e1b6239 commit 1d6b22e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/backend/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ connectionManager.startScheduler();
7878
repoManager.startScheduler();
7979

8080
if (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
}
8484
else if (env.EXPERIMENT_EE_PERMISSION_SYNC_ENABLED === 'true' && hasEntitlement('permission-syncing')) {

packages/web/src/app/[domain]/settings/license/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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>

0 commit comments

Comments
 (0)