forked from MapComplete/MapComplete
Fix: fix incorrect argument in translations
This commit is contained in:
parent
1d48d935ba
commit
c722c37c65
1 changed files with 2 additions and 2 deletions
|
|
@ -3211,10 +3211,10 @@
|
|||
},
|
||||
"tagRenderings": {
|
||||
"Contained routes hist": {
|
||||
"render": "<h3>Resum de les qualificacions</h3>{histogram(dificultat)}"
|
||||
"render": "<h3>Resum de les qualificacions</h3>{histogram(_difficulty_hist)}"
|
||||
},
|
||||
"Contained routes length hist": {
|
||||
"render": "<h3>Resum de la longitud</h3>{histogram(lengthhist)}"
|
||||
"render": "<h3>Resum de la longitud</h3>{histogram(_length_hist)}"
|
||||
},
|
||||
"Contained_climbing_routes": {
|
||||
"render": "<h3>Conté {_contained_climbing_routes_count} rutes</h3> <ul>{_contained_climbing_routes}</ul>"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue