From 8656530049397bf0cabd0db5d6554ac800845307 Mon Sep 17 00:00:00 2001 From: Garfield Lee Date: Thu, 7 Sep 2023 11:46:58 +0800 Subject: [PATCH] fix: correct sign out display name (#4211) --- packages/i18n/src/resources/en.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/i18n/src/resources/en.json b/packages/i18n/src/resources/en.json index eaf2dd4b4d..7bd1729204 100644 --- a/packages/i18n/src/resources/en.json +++ b/packages/i18n/src/resources/en.json @@ -346,7 +346,7 @@ "com.affine.trashOperation.restoreIt": "Restore it", "com.affine.workspace.cannot-delete": "You cannot delete the last workspace", "com.affine.workspace.cloud": "Cloud Workspaces", - "com.affine.workspace.cloud.account.logout": "Log Out", + "com.affine.workspace.cloud.account.logout": "Sign Out", "com.affine.workspace.cloud.account.settings": "Account Settings", "com.affine.workspace.cloud.auth": "Sign up/ Sign in", "com.affine.workspace.cloud.description": "Sync with AFFiNE Cloud",