diff --git a/children.json b/children.json index e814ed1..69fc913 100644 --- a/children.json +++ b/children.json @@ -37,7 +37,7 @@ "{% elseif tags.shop=='baby_goods' or tags.shop=='toys' %}", "{{ keyTrans('shop') }}: {{ tagTrans('shop', tags.shop) }}", "{% elseif tags.amenity=='toilets' and tags.diaper %}", - "{{ tagTrans('amenity', 'toilets') }} with diaper changing table", + "{{ tagTrans('amenity', 'toilets diaper=yes') }}", "{% endif %}" ], "markerSign": [ @@ -78,7 +78,7 @@ " </tr>", " <tr>", " <td>{{ markerCircle({})|raw }}<div class='sign'>🚽🚼</div></td>", - " <td>{{ tagTrans('amenity', 'toilets') }} with diaper changing table</td>", + " <td>{{ tagTrans('amenity', 'toilets diaper=yes') }}</td>", " </tr>", "</table>" ]