Fix: Run cs:fix

pull/58011/head
Marcel Klehr 4 months ago
parent c48a09f27d
commit c13d95809a
  1. 2
      lib/private/TaskProcessing/Manager.php

@ -356,7 +356,7 @@ class Manager implements IManager {
'numberOfImages cannot be greater than 12',
userFacingMessage:
$this->l10nFactory->get('core', $this->l10nFactory->getUserLanguage($this->userManager->get($userId)))
->t('Cannot generate more than 12 images')
->t('Cannot generate more than 12 images')
);
}
if ($input['numberOfImages'] < 1) {

Loading…
Cancel
Save