diff options
Diffstat (limited to 'src/templates/coins-mintages.html.tmpl')
| -rw-r--r-- | src/templates/coins-mintages.html.tmpl | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/templates/coins-mintages.html.tmpl b/src/templates/coins-mintages.html.tmpl index e5fa5f1..5b0a7fd 100644 --- a/src/templates/coins-mintages.html.tmpl +++ b/src/templates/coins-mintages.html.tmpl @@ -94,11 +94,11 @@ <fieldset> {{ template "mintages/coin-type-radio" - (tuple .Type "circ" (.Get "Circulation Coins")) }} + (tuple .Type "circ" (.GetC "Circulation Coins" "Header/Label")) }} {{ template "mintages/coin-type-radio" - (tuple .Type "nifc" (.Get "NIFC / BU Sets")) }} + (tuple .Type "nifc" (.GetC "NIFC and BU Coins" "Header/Label")) }} {{ template "mintages/coin-type-radio" - (tuple .Type "proof" (.Get "Proof Coins")) }} + (tuple .Type "proof" (.GetC "Proof Coins" "Header/Label")) }} </fieldset> </div> <button type="submit">{{ .GetC "Filter" "Header/Label" }}</button> @@ -297,4 +297,4 @@ {{ else }} <td data-numeric>{{ $p.Itoa $v.V }}</td> {{ end }} -{{ end }}
\ No newline at end of file +{{ end }} |