kwartzlab / kos-base

KwartzlabOS
4 stars 1 forks source link

bug: fix typo pluralizing team roles in input labels when creating new teams #84

Closed azend closed 2 weeks ago

azend commented 2 weeks ago

This PR fixes issue #70 where team role names are pluralized by using the singular name and appending an 's' as a suffix. Now the view pulls in an additional attribute already available from the config that defines team role names already in plural form.

Before:

Screenshot 2024-11-01 at 5 39 42 PM

After:

Screenshot 2024-11-01 at 5 40 21 PM