From a30c38097ffb839503feadf5f028a1c538e8a9e7 Mon Sep 17 00:00:00 2001 From: Nathan Hartley Date: Sun, 1 Jan 2023 17:44:25 -0500 Subject: [PATCH] Fixed typo and more translation tweeks. --- paddling_amenities.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/paddling_amenities.yaml b/paddling_amenities.yaml index a0e5da7..8b23d4e 100644 --- a/paddling_amenities.yaml +++ b/paddling_amenities.yaml @@ -33,15 +33,15 @@ feature: {% if constIndex in ['canoe=put_in', 'leisure=slipway','canoe=portage'] %}
{{ keyTrans('surface') }}
-
{{ tagTrans('surface', attribute(tags, 'surface')) }
+
{{ tagTrans('surface', attribute(tags, 'surface')) }}
{{ keyTrans('description') }}
{{ localizedTag(tags, attribute(tags, 'description')) }}
-
{{ keyTrans('access') }}
+
{{ trans('Access') }}
{{ tagTrans('access', attribute(tags, 'access')) }}
-
{{ keyTrans('fee') }}
+
{{ trans('fee') }}
{{ tagTrans('fee', attribute(tags, 'fee')) }}