Skip to content

Commit

Permalink
Merge pull request #22 from penguineer/role-treasurer
Browse files Browse the repository at this point in the history
Introduce the treasurer role
  • Loading branch information
penguineer authored Jul 24, 2024
2 parents 2590ebc + b5f65d9 commit 1334648
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
public enum SystemRole {
ADMINISTRATOR("administrator", "Administrator"),
MEMBER("member", "Gartenfreund"),
FRIEND("friend", "Gartenfreund-Freund");
FRIEND("friend", "Gartenfreund-Freund"),
TREASURER("treasurer", "Geldhüter");

private final String handle;
private final String displayName;
Expand Down

0 comments on commit 1334648

Please sign in to comment.