From 6a6cd4ff8bca35c37d2189f36dd2be88e8ef5493 Mon Sep 17 00:00:00 2001 From: HuihuiWu-Microsoft <73154171+HuihuiWu-Microsoft@users.noreply.github.com> Date: Wed, 9 Oct 2024 15:32:52 +0800 Subject: [PATCH] fix: remove space in login error source (#12495) --- packages/vscode-extension/package.nls.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/vscode-extension/package.nls.json b/packages/vscode-extension/package.nls.json index 7d774a18d5..cf4589ff9a 100644 --- a/packages/vscode-extension/package.nls.json +++ b/packages/vscode-extension/package.nls.json @@ -36,7 +36,7 @@ "teamstoolkit.capabilities.untrustedWorkspaces.description": "The Teams Toolkit extension supports limited features in untrusted workspaces.", "teamstoolkit.codeFlowLogin.loginCodeFlowFailureDescription": "Unable to get login code for token exchange. Log in with another account.", "teamstoolkit.codeFlowLogin.loginCodeFlowFailureTitle": "Login Code Error", - "teamstoolkit.codeFlowLogin.loginComponent": "Log In", + "teamstoolkit.codeFlowLogin.loginComponent": "Login", "teamstoolkit.codeFlowLogin.loginFailureDescription": "Unable to get user login information. Log in with another account.", "teamstoolkit.codeFlowLogin.loginFailureTitle": "Login unsuccessful", "teamstoolkit.codeFlowLogin.loginPortConflictDescription": "There was a delay in finding a login port. Please try again.",