Fix pgettext context of campsite’s active checkbox
This commit is contained in:
parent
e0021ae994
commit
1837b7a113
|
@ -35,7 +35,7 @@
|
||||||
<label>
|
<label>
|
||||||
<input type="checkbox" name="{{ .Name }}" {{ if .Checked}}checked{{ end }}
|
<input type="checkbox" name="{{ .Name }}" {{ if .Checked}}checked{{ end }}
|
||||||
{{ template "error-attrs" . }}>
|
{{ template "error-attrs" . }}>
|
||||||
{{( pgettext "Active" "campsite type" )}}<br>
|
{{( pgettext "Active" "campsite" )}}<br>
|
||||||
</label>
|
</label>
|
||||||
{{ template "error-message" . }}
|
{{ template "error-message" . }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
|
|
Loading…
Reference in New Issue