Skip to content

Commit 715bdfa

Browse files
committed
update localization string
1 parent 33a53aa commit 715bdfa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/vs/workbench/contrib/chat/browser/chat.contribution.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ configurationRegistry.registerConfiguration({
207207
),
208208
markdownDescription: nls.localize(
209209
'chat.reusablePrompts.config.enabled.description',
210-
"Enable reusable prompt files (`*{0}`) in Chat, Edits, and Inline Chat sessions. [Learn More]({0}).",
210+
"Enable reusable prompt files (`*{0}`) in Chat, Edits, and Inline Chat sessions. [Learn More]({1}).",
211211
PROMPT_FILE_EXTENSION,
212212
DOCUMENTATION_URL,
213213
),

0 commit comments

Comments
 (0)