Skip to content
This repository has been archived by the owner on Jun 12, 2024. It is now read-only.

Commit

Permalink
fixed: back button translation not switching, kobotoolbox#708
Browse files Browse the repository at this point in the history
  • Loading branch information
MartijnR committed Oct 18, 2023
1 parent eb3b67b commit c829340
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/surveys/component/_form-footer.pug
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ section.form-footer
include _enketo-power
a.btn.btn-default.previous-page.disabled(href="#")
i.icon.icon-arrow-left
span(data-18n='form.pages.back')= t('form.pages.back')
span(data-i18n='form.pages.back')= t('form.pages.back')

.form-footer__content__jump-nav
if !nojump
Expand Down

0 comments on commit c829340

Please sign in to comment.