diff --git a/guacamole/src/main/webapp/app/manage/controllers/manageUserController.js b/guacamole/src/main/webapp/app/manage/controllers/manageUserController.js index 17c898236..6b927bdf6 100644 --- a/guacamole/src/main/webapp/app/manage/controllers/manageUserController.js +++ b/guacamole/src/main/webapp/app/manage/controllers/manageUserController.js @@ -243,8 +243,8 @@ angular.module('manage').controller('manageUserController', ['$scope', '$injecto }; /** - * Returns whether the current user can save the user being edited, - * creating or updating that user, depending on whether the user already + * Returns whether the current user can save the user being edited. Saving + * will create or update that user depending on whether the user already * exists. * * @returns {Boolean}