Skip to content

Commit 74447f0

Browse files
authored
Fix hardcoded isDate in docs issue submission (#208)
1 parent 5c843a9 commit 74447f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ui/screens/Docs/Doc/JSDoc/Issue/templateText.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ export function docIssueTemplateText(url: string, fn: string): string {
99
const body = encodeURIComponent(`
1010
There is an issue with the [${fn} documentation](${url})
1111
12-
### The problem with isDate documentation
12+
### The problem with ${fn} documentation
1313
1414
<!-- Describe the problem in the documentation -->
1515

0 commit comments

Comments
 (0)