diff --git a/apps/files_reminders/lib/Controller/ApiController.php b/apps/files_reminders/lib/Controller/ApiController.php index a0dbd8401114f..873088177c195 100644 --- a/apps/files_reminders/lib/Controller/ApiController.php +++ b/apps/files_reminders/lib/Controller/ApiController.php @@ -75,7 +75,7 @@ public function get(int $fileId): DataResponse { } /** - * Create a reminder + * Set a reminder * * @param string $dueDate ISO 8601 formatted date time string */