Merge pull request #5390 from christianbeeznest/fixes-migration12

Internal: Minor - Update settings translation
pull/5401/head
christianbeeznest 1 year ago committed by GitHub
commit acd8788530
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 4
      src/CoreBundle/DataFixtures/SettingsCurrentFixtures.php

@ -2714,12 +2714,12 @@ class SettingsCurrentFixtures extends Fixture implements FixtureGroupInterface
[
"name" => "gradebook_badge_sidebar",
"title" => "Gradebook badges sidebar",
"comment" => "Generate a sidebar into the side menu where a few badges can be shown as pending approval. Requires badges and gradebooks pour être ",
"comment" => "Generate a sidebar into the side menu where a few badges can be shown as pending approval. Requires gradebooks to be listed here, by (numerical) ID.",
],
[
"name" => "gradebook_dependency",
"title" => "Inter-gradebook dependencies",
"comment" => "Enables a mechanism of gradebook dependencies that lets people know ",
"comment" => "Enables a mechanism of gradebook dependencies that lets people know which other items they need to go through first in order to complete the gradbeook.",
],
[
"name" => "gradebook_dependency_mandatory_courses",

Loading…
Cancel
Save