mirror of
https://github.com/nextcloud/server.git
synced 2026-02-20 00:12:30 -05:00
fix(admin_audit): Fix typo in visibility log message
Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com>
This commit is contained in:
parent
5e3aea3326
commit
223c2d60cd
1 changed files with 1 additions and 1 deletions
|
|
@ -18,7 +18,7 @@ class TagManagement extends Action {
|
|||
$this->log('System tag "%s" (%s, %s) created',
|
||||
[
|
||||
'name' => $tag->getName(),
|
||||
'visbility' => $tag->isUserVisible() ? 'visible' : 'invisible',
|
||||
'visibility' => $tag->isUserVisible() ? 'visible' : 'invisible',
|
||||
'assignable' => $tag->isUserAssignable() ? 'user assignable' : 'system only',
|
||||
],
|
||||
['name', 'visibility', 'assignable']
|
||||
|
|
|
|||
Loading…
Reference in a new issue