diff --git a/db/migrations/1.326_courseware_integration.php b/db/migrations/1.326_courseware_integration.php
index 281a2b46513fb5afbf4ea9fd4864dfd75b832683..2b161cdf14f8878fb41b626fda64e72ab5f83b29 100755
--- a/db/migrations/1.326_courseware_integration.php
+++ b/db/migrations/1.326_courseware_integration.php
@@ -152,7 +152,7 @@ class CoursewareIntegration extends \Migration
             ':description' => 'Mit dieser Konfigurationseinstellung wird für eine Courseware festgelegt, welche Rechtestufe Inhalte editieren dürfen.',
             ':range'       => 'range',
             ':type'        => 'string',
-            ':value'       => 'dozent'
+            ':value'       => 'tutor'
         ]);
         $statement->execute([
             ':name'        => 'COURSEWARE_LAST_ELEMENT',