Skip to content

Commit

Permalink
Merge pull request #4512 from dsstrassner/button_back_rename7
Browse files Browse the repository at this point in the history
TA Bugfix for 32629
  • Loading branch information
mbecker-databay committed May 12, 2022
1 parent 1ddbae3 commit 9bce676
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ public function init()

$this->addCommandButton(
ilTestPlayerCommands::SHOW_QUESTION,
$this->lng->txt('back')
$this->lng->txt('tst_resume_test')
);

if (!$this->areObligationsNotAnswered() && $this->isFinishTestButtonEnabled()) {
Expand Down

0 comments on commit 9bce676

Please sign in to comment.