Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
tgloeggl committed Aug 4, 2023
1 parent 7fb9e99 commit 0065703
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion migrations/053_add_default_config_option.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ public function up()
$stmt->execute([
'name' => 'OPENCAST_DEFAULT_SERVER',
'section' => 'opencast',
'description' => 'Das ist der standaramäßig verwendete Opencast-Server.',
'description' => 'Das ist der standardmäßig verwendete Opencast-Server.',
'range' => 'global',
'type' => 'integer',
'value' => $config_id
Expand Down

0 comments on commit 0065703

Please sign in to comment.