Skip to content

Commit 191125c

Browse files
authored
Fix typo "will be replace" → "will be replaced" (#7540)
1 parent fae2fdc commit 191125c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.nls.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@
107107
"githubIssues.ignoreUserCompletionTrigger.description": "Languages that the '@' character should not be used to trigger user completion suggestions.",
108108
"githubIssues.ignoreUserCompletionTrigger.items": "Language that user completions should not trigger on '@'.",
109109
"githubIssues.issueBranchTitle.markdownDescription": {
110-
"message": "Advanced settings for the name of the branch that is created when you start working on an issue. \n- `${user}` will be replace with the currently logged in username \n- `${issueNumber}` will be replaced with the current issue number \n- `${sanitizedIssueTitle}` will be replaced with the issue title, with all spaces and unsupported characters (https://git-scm.com/docs/git-check-ref-format) removed. For lowercase, use `${sanitizedLowercaseIssueTitle}` ",
110+
"message": "Advanced settings for the name of the branch that is created when you start working on an issue. \n- `${user}` will be replaced with the currently logged in username \n- `${issueNumber}` will be replaced with the current issue number \n- `${sanitizedIssueTitle}` will be replaced with the issue title, with all spaces and unsupported characters (https://git-scm.com/docs/git-check-ref-format) removed. For lowercase, use `${sanitizedLowercaseIssueTitle}` ",
111111
"comment": [
112112
"{Locked='${...}'}",
113113
"Do not translate what's inside of the '${..}'. It is an internal syntax for the extension"

0 commit comments

Comments
 (0)