diff options
Diffstat (limited to 'modules/user/user.js')
-rw-r--r-- | modules/user/user.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/user/user.js b/modules/user/user.js index 5d3dac093..9d75911fa 100644 --- a/modules/user/user.js +++ b/modules/user/user.js @@ -161,7 +161,7 @@ Drupal.evaluatePasswordStrength = function (password, translate) { }; /** - * Show all of the picture-related form elements at admin/settings/user + * Show all of the picture-related form elements at admin/config/people/accounts * depending on whether user pictures are enabled or not. */ Drupal.behaviors.userSettings = { |