Skip to content

Commit b040a87

Browse files
6543lunny
authored andcommitted
add missing "d" (#8801)
1 parent 2236375 commit b040a87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/repo/settings/protected_branch.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@
125125
{{range $.branch_status_check_contexts}}
126126
<tr><td>
127127
<span class="ui checkbox">
128-
<input class="enable-whitelist" name="status_check_contexts" value="{{.}}" type="checkbox" {{if $.is_context_require}}{{if call $.is_context_required .}}checked{{end}}{{end}}>
128+
<input class="enable-whitelist" name="status_check_contexts" value="{{.}}" type="checkbox" {{if $.is_context_required}}{{if call $.is_context_required .}}checked{{end}}{{end}}>
129129
</span>
130130
{{.}}
131131
{{if $.is_context_required}}{{if call $.is_context_required .}}<div class="ui label right">Required</div>{{end}}{{end}}

0 commit comments

Comments
 (0)