diff --git a/guacamole/src/main/webapp/app/manage/directives/managementButtons.js b/guacamole/src/main/webapp/app/manage/directives/managementButtons.js index a83b82c22..f44515aa6 100644 --- a/guacamole/src/main/webapp/app/manage/directives/managementButtons.js +++ b/guacamole/src/main/webapp/app/manage/directives/managementButtons.js @@ -167,7 +167,7 @@ angular.module('manage').directive('managementButtons', ['$injector', }; /** - * Invokes the provided save function to saves the current object. If + * Invokes the provided save function to save the current object. If * saving is successful, the user is navigated back to the page they * started from. If saving fails, an error notification is displayed. */