diff --git a/assets/javascripts/wizard/templates/components/wizard-step.hbs b/assets/javascripts/wizard/templates/components/wizard-step.hbs index 8348c769..e1381d0d 100644 --- a/assets/javascripts/wizard/templates/components/wizard-step.hbs +++ b/assets/javascripts/wizard/templates/components/wizard-step.hbs @@ -28,13 +28,12 @@
- {{#if showQuitButton}} - {{i18n "wizard.quit"}} - {{/if}} - {{#if saving}} {{loading-spinner size='small'}} {{else}} + {{#if showQuitButton}} + {{i18n "wizard.quit"}} + {{/if}} {{#if showBackButton}} {{i18n "wizard.back"}} {{/if}}