Skip to content

Commit

Permalink
Fix typo in description of config OPENCAST_CLEAR_RECYCLE_BIN_INTERVAL…
Browse files Browse the repository at this point in the history
…, refs #803 (#806)

Co-authored-by: Dennis Benz <[email protected]>
  • Loading branch information
dennis531 and Dennis Benz committed Oct 11, 2023
1 parent 51bfd59 commit 4e14826
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion migrations/071_add_video_trash.php
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ public function up()
$stmt->execute([
'name' => 'OPENCAST_CLEAR_RECYCLE_BIN_INTERVAL',
'section' => 'opencast',
'description' => 'Nach wie vielen Tage sollen zum Löschen markierte Videos tatsächlich gelöscht werden?',
'description' => 'Nach wie vielen Tagen sollen zum Löschen markierte Videos tatsächlich gelöscht werden?',
'range' => 'global',
'type' => 'integer',
'value' => 30
Expand Down

0 comments on commit 4e14826

Please sign in to comment.