Skip to content

Commit 8cf3f8c

Browse files
authored
Merge pull request #32 from nextcloud/bugfix/noid/naming
Rename flow to run script
2 parents d39c456 + 160cced commit 8cf3f8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Operation.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ protected function isScriptValid(string $scriptName) {
156156
}
157157

158158
public function getDisplayName(): string {
159-
return $this->l->t('External scripts');
159+
return $this->l->t('Run script');
160160
}
161161

162162
public function getDescription(): string {

0 commit comments

Comments
 (0)