Skip to content

Commit

Permalink
media settings saved message fix
Browse files Browse the repository at this point in the history
  • Loading branch information
brookgagnon committed Sep 6, 2024
1 parent 878b4f9 commit 84fbcfd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion controllers/media.php
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ public function formats_save()

//T Media Settings
//T File format settings saved.
return [true,['Media Settings','File format settings saved.']];
return [true,'File format settings saved.'];
}

/**
Expand Down

0 comments on commit 84fbcfd

Please sign in to comment.