Skip to content

Commit 5228841

Browse files
authored
Change update frequency translation (#46)
* Change update frequency translation * Update translation
1 parent 9b6fae8 commit 5228841

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

i18n/da.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,6 @@
127127
"Historical": "Historisk",
128128
"Frequent": "Løbende",
129129
"Yearly": "Årligt",
130-
"Update frequency": "Opdatering",
130+
"Update frequency": "Opdatering frekvens",
131131
"Update comments": "Opdatering kommentarer"
132132
}

views/partials/data-search-form.njk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
tags: 'Tag',
1515
res_format: 'Format',
1616
license_id: 'Licens',
17-
update_frequency: 'Opdatering'
17+
update_frequency: 'Opdatering frekvens'
1818
} %}
1919

2020
{# Facets #}

views/partials/search-filter.njk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
tags: 'Tags',
55
res_format: 'Format',
66
license_id: 'Licens',
7-
update_frequency: 'Opdatering'
7+
update_frequency: 'Opdatering frekvens'
88
} %}
99

1010
{% set regExp = r/\s/g %}

0 commit comments

Comments
 (0)