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

Commit

Permalink
Merge pull request #710 from OpenClinica/fix/sticky-zurück-708
Browse files Browse the repository at this point in the history
fixed: back button translation not switching, kobotoolbox#708
  • Loading branch information
kkrumlian committed Oct 19, 2023
2 parents ea7ca09 + c829340 commit eadaa11
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 eadaa11

Please sign in to comment.