mirror of
https://github.com/nextcloud/server.git
synced 2026-02-20 00:12:30 -05:00
chore(i18n): Fixed grammar
Reported at Transifex Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com>
This commit is contained in:
parent
b27df85147
commit
8bdd513b16
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