From 34e6d20f2a332208c517f28205f54ec3a836ffba Mon Sep 17 00:00:00 2001 From: Michael Jumper Date: Wed, 2 Sep 2015 22:37:05 -0700 Subject: [PATCH] GUAC-586: Fix funky wording. --- .../webapp/app/manage/controllers/manageUserController.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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}