Skip to content

Commit

Permalink
Changing title on add profile type page
Browse files Browse the repository at this point in the history
  • Loading branch information
stpaultim committed May 6, 2024
1 parent 56875b0 commit b48b3dd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions profile.admin.inc
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ function profile_type_form($form, &$form_state, $profile_type, $op = 'edit') {
if (!isset($profile_type) && $op == 'add') {
$profile_type = profile_type_set_defaults();
}
backdrop_set_title(t('Add profile type'));
$form['#profile_type'] = $profile_type;
$form['profile_type'] = array(
'#value' => $profile_type,
Expand Down

0 comments on commit b48b3dd

Please sign in to comment.