Skip to content

Commit

Permalink
Merge pull request #32 from nextcloud/bugfix/noid/naming
Browse files Browse the repository at this point in the history
Rename flow to run script
  • Loading branch information
blizzz authored Dec 21, 2019
2 parents d39c456 + 160cced commit 8cf3f8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Operation.php
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ protected function isScriptValid(string $scriptName) {
}

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

public function getDescription(): string {
Expand Down

0 comments on commit 8cf3f8c

Please sign in to comment.