Skip to content
Snippets Groups Projects
Commit 2127487b authored by Dries Buytaert's avatar Dries Buytaert
Browse files

- Patch #121425 by Chris Bray: fixed capitalization glitch.

parent 0b74f313
Branches
Tags
2 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!789Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
......@@ -538,7 +538,7 @@ function profile_browse() {
$output .= '</div>';
$output .= theme('pager', NULL, 20);
drupal_set_title(t('user list'));
drupal_set_title(t('User list'));
return $output;
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment