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