From 8cbb7195fc723d6da35d0e534b737b0b1b2ec606 Mon Sep 17 00:00:00 2001 From: pengx17 Date: Thu, 24 Oct 2024 03:07:42 +0000 Subject: [PATCH] fix(electron): offline mode description (#8586) fix AF-1446 --- packages/common/infra/src/modules/feature-flag/constant.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/common/infra/src/modules/feature-flag/constant.ts b/packages/common/infra/src/modules/feature-flag/constant.ts index 8d3d50056..c051efb95 100644 --- a/packages/common/infra/src/modules/feature-flag/constant.ts +++ b/packages/common/infra/src/modules/feature-flag/constant.ts @@ -126,7 +126,7 @@ export const AFFINE_FLAGS = { category: 'affine', displayName: 'Offline Mode', description: - 'Enable Offline Mode, the affine client will disconnect from all network connections. You will not be able to use any online features. For testing only.', + 'Stop Connecting to the Internet. Even with AFFiNE Cloud, enabling this toggle stops internet connection and keeps everything local, but syncing will be disabled.', configurable: isDesktopEnvironment, defaultState: false, },