"Approve users in" vs. "Approve users with"

Perhaps the following strings could be changed to use the same style. Either "in the" or "with the".

ApplicationSettings|Approve users in the pending approval status?
ApplicationSettings|By making this change, you will automatically approve %d user with the pending approval status.
ApplicationSettings|By making this change, you will automatically approve %d users with the pending approval status.

https://gitlab.com/gitlab-org/gitlab/-/blob/master/app/assets/javascripts/pages/admin/application_settings/general/components/signup_form.vue#L160 https://gitlab.com/gitlab-org/gitlab/-/blob/master/app/assets/javascripts/pages/admin/application_settings/general/components/signup_form.vue#L143-144

Proposed Solution

Per technical writing sign-off here:

ApplicationSettings|Approve users who are pending approval?
ApplicationSettings|By making this change, you automatically approve %d users who are pending approval.
ApplicationSettings|By making this change, you automatically approve %d users who are pending approval.
Edited by Amanda Rueda