Skip to content

Commit

Permalink
Fixes #3434 - "Go back" button in mapping wizard screen in exchnage i…
Browse files Browse the repository at this point in the history
…ntegrations leads to wrong screen (folder selection should be shown, access information)\
  • Loading branch information
martini committed Mar 1, 2021
1 parent 5b6f032 commit 1d3acb6
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -178,7 +178,7 @@
</div>
<div class="modal-footer">
<div class="modal-rightFooter">
<a class="btn btn--text btn--secondary js-goToSlide align-left" data-slide="js-bind"><%- @T('Go Back') %></a>
<a class="btn btn--text btn--secondary js-goToSlide align-left" data-slide="js-folders"><%- @T('Go Back') %></a>
</div>
<div class="modal-rightFooter">
<button class="btn btn--primary align-right js-submitTry"><%- @T('Continue') %></button>
Expand Down

0 comments on commit 1d3acb6

Please sign in to comment.