Skip to content

Commit 3286b38

Browse files
authored
Merge pull request #14 from afranke/patch-1
Fix typo
2 parents 3a4eb7c + 5d4ee4e commit 3286b38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Settings/Admin.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ public function getForm() {
5858
'docs' => '',
5959
'heading' => $this->l10n->t('External scripts'),
6060
'settings-hint' => $this->l10n->t('Pass files to external scripts for processing outside of Nextcloud'),
61-
'description' => $this->l10n->t('Each rule group consists of one or more rules. A request matches a group if all rules evaluate to true. When a file is created, written, deleted or renamed, the file is provided to the external script. If you do not use any of the following placeholders, the file path will be added to the provided command. Eventually the scripts are launched by a background job, but Nextcloud will not keep track of them are wait for their execution to finish.'),
61+
'description' => $this->l10n->t('Each rule group consists of one or more rules. A request matches a group if all rules evaluate to true. When a file is created, written, deleted or renamed, the file is provided to the external script. If you do not use any of the following placeholders, the file path will be added to the provided command. Eventually the scripts are launched by a background job, but Nextcloud will not keep track of them or wait for their execution to finish.'),
6262
];
6363

6464
return new TemplateResponse('workflowengine', 'admin', $parameters, 'blank');

0 commit comments

Comments
 (0)