summaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
authorVincent Petry <pvince81@owncloud.com>2016-05-18 11:23:23 +0200
committerVincent Petry <pvince81@owncloud.com>2016-05-20 17:56:02 +0200
commit66e93561da9cc3c8396552729e7ec9e902c94741 (patch)
treeba5787cfaac2990c446b889453becce144c2d153 /apps
parentc7373798ba64688bf5b51605177a801d6bf03ac2 (diff)
downloadnextcloud-server-66e93561da9cc3c8396552729e7ec9e902c94741.tar.gz
nextcloud-server-66e93561da9cc3c8396552729e7ec9e902c94741.zip
Rename "not-assignble" to "restricted"
Diffstat (limited to 'apps')
-rw-r--r--apps/systemtags/lib/Activity/Extension.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/systemtags/lib/Activity/Extension.php b/apps/systemtags/lib/Activity/Extension.php
index 8c101a6f550..6bb83e37cfc 100644
--- a/apps/systemtags/lib/Activity/Extension.php
+++ b/apps/systemtags/lib/Activity/Extension.php
@@ -324,7 +324,7 @@ class Extension implements IExtension {
case 'assignable':
return '<parameter>' . $matches[1] . '</parameter>';
case 'not-assignable':
- return '<parameter>' . $l->t('%s (not-assignable)', $matches[1]) . '</parameter>';
+ return '<parameter>' . $l->t('%s (restricted)', $matches[1]) . '</parameter>';
case 'invisible':
return '<parameter>' . $l->t('%s (invisible)', $matches[1]) . '</parameter>';
}