mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-07-25 02:19:12 -04:00
Say ‘team members’ not ‘users’ for permissions
This is consistent with the language we use elsewhere. Also removes the colon (it’s considered implicit in a form label).
This commit is contained in:
@@ -1353,7 +1353,7 @@ class TemplateFolderForm(StripWhitespaceForm):
|
||||
(item.id, item.name) for item in all_service_users
|
||||
]
|
||||
|
||||
users_with_permission = MultiCheckboxField('Users who can see this folder:')
|
||||
users_with_permission = MultiCheckboxField('Team members who can see this folder')
|
||||
name = StringField('Folder name', validators=[DataRequired(message='Can’t be empty')])
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user