Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/files_automatedtagging.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorblizzz <blizzz@arthur-schiwon.de>2020-05-16 00:24:33 +0300
committerGitHub <noreply@github.com>2020-05-16 00:24:33 +0300
commit9848abdffd95dcddfd23ce1a79e2225ba34ad94a (patch)
tree2124af16a9f1a22556fa64546373bb1517674530
parentf160472a8e1866d4737b576555bb7a721b9ba7e1 (diff)
parent249c30ef47155979bdd453d9e7576b4ab7145bfd (diff)
Merge pull request #216 from nextcloud/backport/215/stable19v1.9.0
[stable19] Rename operation trigger to file is changed
-rw-r--r--lib/Operation.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Operation.php b/lib/Operation.php
index 9eac3d6..e153a64 100644
--- a/lib/Operation.php
+++ b/lib/Operation.php
@@ -232,6 +232,6 @@ class Operation implements ISpecificOperation, IComplexOperation {
* @since 18.0.0
*/
public function getTriggerHint(): string {
- return $this->l->t('File is accessed');
+ return $this->l->t('File is changed');
}
}