Skip to content

Commit

Permalink
Fix to setting that check if the response should be translated into the
Browse files Browse the repository at this point in the history
users current language settings. It was always being done because
of a duplicate line.
  • Loading branch information
marcusgreen committed Dec 9, 2024
1 parent dc536c8 commit 9d1d581
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion question.php
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,6 @@ public function build_full_ai_prompt($response, $aiprompt, $defaultmark, $marksc
$prompt .= ' translate the feedback to the language '.current_language();
};

$prompt .= ' translate the feedback to the language '.current_language();

return $prompt;

Expand Down

0 comments on commit 9d1d581

Please sign in to comment.