Skip to content

Commit

Permalink
CB-4110 change default user team description (#2178)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-skoblikov authored Nov 28, 2023
1 parent 07781c3 commit 4ea74d9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config/core/initial-data.conf
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
{
subjectId: "user",
name: "User",
description: "Standard user",
description: "All users, including anonymous.",
permissions: [ ]
}
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
{
subjectId: "user",
name: "User",
description: "Standard user",
description: "All users, including anonymous.",
permissions: [ ]
}
]
Expand Down

0 comments on commit 4ea74d9

Please sign in to comment.