diff options
author | Vincent Petry <pvince81@owncloud.com> | 2016-05-18 11:23:23 +0200 |
---|---|---|
committer | Vincent Petry <pvince81@owncloud.com> | 2016-05-20 17:56:02 +0200 |
commit | 66e93561da9cc3c8396552729e7ec9e902c94741 (patch) | |
tree | ba5787cfaac2990c446b889453becce144c2d153 /apps | |
parent | c7373798ba64688bf5b51605177a801d6bf03ac2 (diff) | |
download | nextcloud-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.php | 2 |
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>'; } |