Change view to read on org audit log label

This commit is contained in:
Carlos Monastyrski
2025-08-29 18:36:22 -03:00
parent 2a52463585
commit dc23abdb86

View File

@@ -24,7 +24,7 @@ enum Permission {
const PERMISSION_ACTIONS = [
{
action: OrgPermissionAuditLogsActions.Read,
label: "View"
label: "Read"
}
] as const;