Skip to content

Commit

Permalink
fixup! Audit the tag creator
Browse files Browse the repository at this point in the history
Signed-off-by: greta <gretadoci@gmail.com>
  • Loading branch information
GretaD committed May 16, 2024
1 parent ea8b0d0 commit 64b6a5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/admin_audit/lib/Actions/TagManagement.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ class TagManagement extends Action {
* @param string $appName
*/
public function createTag(string $appName): void {
$this->log('Tag "%s" created by',
$this->log('System tag "%s" created',
['app' => $appName],
['app']
);
Expand Down

0 comments on commit 64b6a5b

Please sign in to comment.