Skip to content

Commit 9f2a6da

Browse files
authored
fix(admin_audit) Fix typo in visibility log message
Signed-off-by: Git'Fellow <[email protected]>
1 parent 4283f47 commit 9f2a6da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/admin_audit/lib/Actions/TagManagement.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ public function createTag(ISystemTag $tag): void {
1818
$this->log('System tag "%s" (%s, %s) created',
1919
[
2020
'name' => $tag->getName(),
21-
'visbility' => $tag->isUserVisible() ? 'visible' : 'invisible',
21+
'visibility' => $tag->isUserVisible() ? 'visible' : 'invisible',
2222
'assignable' => $tag->isUserAssignable() ? 'user assignable' : 'system only',
2323
],
2424
['name', 'visibility', 'assignable']

0 commit comments

Comments
 (0)