Skip to content

Commit 977ef43

Browse files
committed
str
1 parent 46e7bb7 commit 977ef43

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/core/package.nls.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -295,7 +295,7 @@
295295
"AWS.codewhisperer.customization.notification.new_customizations.learn_more": "Learn More",
296296
"AWS.amazonq.title": "Amazon Q",
297297
"AWS.amazonq.chat": "Chat",
298-
"AWS.amazonq.chat.workspacecontext.enable.message": "Amazon Q: Workspace index is now enabled. You can disable it in the Amazon Q settings.",
298+
"AWS.amazonq.chat.workspacecontext.enable.message": "Amazon Q: Workspace index is now enabled. You can disable it from Amazon Q settings.",
299299
"AWS.amazonq.security": "Code Issues",
300300
"AWS.amazonq.login": "Login",
301301
"AWS.amazonq.learnMore": "Learn More About Amazon Q",

packages/core/src/shared/featureConfig.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ export class FeatureConfigProvider {
184184
.showInformationMessage(
185185
localize(
186186
'AWS.amazonq.chat.workspacecontext.enable.message',
187-
'Amazon Q: Workspace index is now enabled. You can disable it in the Amazon Q settings.'
187+
'Amazon Q: Workspace index is now enabled. You can disable it from Amazon Q settings.'
188188
),
189189
localize('AWS.amazonq.opensettings', 'Open settings')
190190
)

0 commit comments

Comments
 (0)