diff --git a/admin/classes/reportbuilder/local/systemreports/users.php b/admin/classes/reportbuilder/local/systemreports/users.php
index c789a40da18..1171df0e93f 100644
--- a/admin/classes/reportbuilder/local/systemreports/users.php
+++ b/admin/classes/reportbuilder/local/systemreports/users.php
@@ -159,11 +159,11 @@ class users extends system_report {
->add_callback(static function(string $fullname, \stdClass $row): string {
if ($row->suspended) {
$fullname .= ' ' . \html_writer::tag('span', get_string('suspended', 'moodle'),
- ['class' => 'badge badge-secondary ms-1']);
+ ['class' => 'badge text-bg-secondary ms-1']);
}
if (!$row->confirmed) {
$fullname .= ' ' . \html_writer::tag('span', get_string('confirmationpending', 'admin'),
- ['class' => 'badge badge-danger ms-1']);
+ ['class' => 'badge text-bg-danger ms-1']);
}
return $fullname;
});
diff --git a/admin/tool/componentlibrary/content/moodle/themes/colours.md b/admin/tool/componentlibrary/content/moodle/themes/colours.md
index a8481b9c1e8..7937a89d757 100644
--- a/admin/tool/componentlibrary/content/moodle/themes/colours.md
+++ b/admin/tool/componentlibrary/content/moodle/themes/colours.md
@@ -48,7 +48,7 @@ These colours are used throughout Moodle in text, buttons
{{< example show_markup=false >}}
-Badges
+Badges
diff --git a/admin/tool/generator/templates/stepsinformation.mustache b/admin/tool/generator/templates/stepsinformation.mustache
index 26d0dab6316..ac0f142f9c4 100644
--- a/admin/tool/generator/templates/stepsinformation.mustache
+++ b/admin/tool/generator/templates/stepsinformation.mustache
@@ -47,7 +47,7 @@
{{{given}}}
{{#example}}
-
{{#str}} step_example, tool_generator {{/str}}
+
{{#str}} step_example, tool_generator {{/str}}
{{example}}
{{/example}}
diff --git a/ai/classes/table/aiprovider_management_table.php b/ai/classes/table/aiprovider_management_table.php
index 37130b26bff..1c4fdcc86b8 100644
--- a/ai/classes/table/aiprovider_management_table.php
+++ b/ai/classes/table/aiprovider_management_table.php
@@ -272,7 +272,7 @@ class aiprovider_management_table extends flexible_table implements dynamic_tabl
],
'title' => $labelstr,
'label' => $labelstr,
- 'labelclasses' => 'sr-only',
+ 'labelclasses' => 'visually-hidden',
];
return $OUTPUT->render_from_template('core_admin/setting_configtoggle', $params);
diff --git a/course/format/templates/local/overview/overviewtable.mustache b/course/format/templates/local/overview/overviewtable.mustache
index 6d9721950ac..e6536672955 100644
--- a/course/format/templates/local/overview/overviewtable.mustache
+++ b/course/format/templates/local/overview/overviewtable.mustache
@@ -26,7 +26,7 @@
{
"key": "name",
"name": "Activity Name",
- "textalign": "text-left"
+ "textalign": "text-start"
},
{
"key": "completion",
@@ -42,7 +42,7 @@
"overview": "name",
"value": "Assignment 1",
"content": "Assignment 1",
- "textalign": "text-left"
+ "textalign": "text-start"
},
{
"overview": "completion",
@@ -61,7 +61,7 @@
"overview": "name",
"value": "Quiz 1",
"content": "Quiz 1",
- "textalign": "text-left"
+ "textalign": "text-start"
},
{
"overview": "completion",
diff --git a/grade/penalty/duedate/templates/edit_penalty_rule_action_bar.mustache b/grade/penalty/duedate/templates/edit_penalty_rule_action_bar.mustache
index 3da94392b4e..8e6b9f73915 100644
--- a/grade/penalty/duedate/templates/edit_penalty_rule_action_bar.mustache
+++ b/grade/penalty/duedate/templates/edit_penalty_rule_action_bar.mustache
@@ -43,13 +43,13 @@
{{{title}}}
-
-
+
+
{{#deleteallrulebutton }}
-
-
+
{{#editbutton}}
-
+
{{>core/single_button}}
{{/editbutton}}
{{#resetbutton}}
-
+
{{>core/single_button}}
{{/resetbutton}}
diff --git a/grade/templates/grades/grader/overridden_with_penalty.mustache b/grade/templates/grades/grader/overridden_with_penalty.mustache
index d1cd65ca01b..c6f4db01a26 100644
--- a/grade/templates/grades/grader/overridden_with_penalty.mustache
+++ b/grade/templates/grades/grader/overridden_with_penalty.mustache
@@ -36,16 +36,16 @@
-
{{#str}}originalgrade, core_grades{{/str}}:
+
{{#str}}originalgrade, core_grades{{/str}}:
{{>core_grades/grades/grader/input}}
-
{{#str}}currentgrade, core_grades{{/str}}: {{{effectivegrade}}}
+
{{#str}}currentgrade, core_grades{{/str}}: {{{effectivegrade}}}
-
{{#str}}exemptpenalty, core_grades{{/str}}:
+
{{#str}}exemptpenalty, core_grades{{/str}}:
{{label}}
+