mirror of
https://github.com/nextcloud/server.git
synced 2026-04-15 22:11:17 -04:00
Merge pull request #55128 from nextcloud/rakekniven-patch-1
chore(i18n): Fixed grammar
This commit is contained in:
commit
80b602896c
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in a new issue