Commit f62946cc authored by Marek Veselý's avatar Marek Veselý
Browse files

Merge branch '627-fix-definition-assignment-help-text-3' into 'main'

Fix: Fixed help text

Closes #627

See merge request inject/frontend!564
parents bc9c582e bc57b60c
Loading
Loading
Loading
Loading
+7 −3
Original line number Diff line number Diff line
@@ -83,9 +83,13 @@ const DefinitionAssignment: FC<DefinitionAssignmentProps> = ({
        subtitle={name}
        icon={
          <HelpIcon
            text='Instructors with access to a definition are able to
          create exercises from it. They can also start, stop, and delete
          them, and assign participants to them.'
            text={
              <>
                Instructors with access to a definition are able to create
                exercises from it. They can also start, stop, and delete them,
                and assign participants to them.
              </>
            }
          />
        }
        rightElement={<Reloader minimal onRefetch={refetch} />}