Skip to content

Commit

Permalink
GH-757 Use correct translation string
Browse files Browse the repository at this point in the history
  • Loading branch information
davidszkiba committed Dec 6, 2024
1 parent c603e7a commit 5990d6b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions feedback.php
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@
$context = context_system::instance();
$PAGE->set_context($context);
$PAGE->set_url(new moodle_url('/local/catquiz/feedback.php'));
$PAGE->set_title(get_string('feedback', 'local_catquiz'));
$PAGE->set_heading(get_string('feedback', 'local_catquiz'));
$PAGE->set_title(get_string('catquiz_feedbackheader', 'local_catquiz'));
$PAGE->set_heading(get_string('catquiz_feedbackheader', 'local_catquiz'));

require_login();

Expand Down

0 comments on commit 5990d6b

Please sign in to comment.