Skip to content

Commit

Permalink
Rename permission Logs to Event Logs
Browse files Browse the repository at this point in the history
  • Loading branch information
MikMuellerDev committed Aug 8, 2022
1 parent a83b460 commit 82c9b0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/database/permissionSchema.go
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ var (
{
// (Admin) is allowed to use and manage the internal logging system
Permission: PermissionLogs,
Name: "Logs",
Name: "Event Logs",
Description: "Use and manage the internal logging system",
},
{
Expand Down

0 comments on commit 82c9b0d

Please sign in to comment.