Skip to content
This repository was archived by the owner on Apr 10, 2023. It is now read-only.

Commit 3c165fb

Browse files
committed
Correct translate bug (formpages)
1 parent 635d9e7 commit 3c165fb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ckanext/scheming/templates/scheming/package/snippets/package_form.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@
109109
{%- set pages = h.scheming_get_dataset_form_pages(dataset_type) -%}
110110
{%- if pages and form_style == 'edit' -%}
111111
{%- set active_page = data.get('_form_page', 1) | int -%}
112-
{{ _('Update {page}').format(page=h.scheming_language_text(pages[active_page-1].title)) }}
112+
{{ _('Update') }}{{ _(' {page}').format(page=h.scheming_language_text(pages[active_page-1].title)) }}
113113
{%- elif pages -%}
114114
{{ _('Next') }}
115115
{%- else -%}

0 commit comments

Comments
 (0)