Skip to content

Commit

Permalink
Update src/firefighter/slack/models/user_group.py
Browse files Browse the repository at this point in the history
  • Loading branch information
GabDug authored Oct 16, 2024
1 parent 66699e7 commit 6c7c979
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/firefighter/slack/models/user_group.py
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ class UserGroup(models.Model):
tag = models.CharField(
max_length=80,
blank=True,
help_text="Used by FireFighter internally to mark special users group (@team-secu, @team-incidents ...). Must be empty or unique.",
help_text="Used by FireFighter internally to mark special user groups (e.g. @team-secu, @team-incidents...). Must be empty or unique.",
)

created_at = models.DateTimeField(auto_now_add=True)
Expand Down

0 comments on commit 6c7c979

Please sign in to comment.