Browse Source
Merge pull request #55128 from nextcloud/rakekniven-patch-1
chore(i18n): Fixed grammar
pull/52758/head
Andy Scherzinger
2 weeks ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
1 additions and
1 deletions
-
apps/files/lib/Controller/FilenamesController.php
|
|
@ -93,7 +93,7 @@ class FilenamesController extends OCSController { |
|
|
|
#[Route(type: Route::TYPE_API, verb: 'DELETE', url: '/api/v1/filenames/sanitization')]
|
|
|
|
public function stopSanitization(): DataResponse { |
|
|
|
if (!$this->settingsService->isFilenameSanitizationRunning()) { |
|
|
|
throw new OCSBadRequestException($this->l10n->t('No filename sanitization inprogress.')); |
|
|
|
throw new OCSBadRequestException($this->l10n->t('No filename sanitization in progress.')); |
|
|
|
} |
|
|
|
|
|
|
|
$this->jobList->remove(SanitizeFilenames::class); |
|
|
|