You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: app/javascript/components/settings/github-syncer/sections/ConnectedSection/CommitMessageTemplateSection.tsx
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -70,14 +70,14 @@ export function CommitMessageTemplateSection() {
70
70
<code>$track_slug</code>: The slug of the track (e.g. "csharp").
71
71
</li>
72
72
<li>
73
-
<code>$track_name</code>: The name of the track (e.g. "C#")
73
+
<code>$track_title</code>: The name of the track (e.g. "C#")
74
74
</li>
75
75
<li>
76
76
<code>$exercise_slug</code>: The slug of the exercise (e.g.
77
77
"hello-world")
78
78
</li>
79
79
<li>
80
-
<code>$exercise_name</code>: The name of the exercise (e.g. "Hello
80
+
<code>$exercise_title</code>: The name of the exercise (e.g. "Hello
0 commit comments