diff --git a/guacamole/src/main/webapp/app/rest/types/Field.js b/guacamole/src/main/webapp/app/rest/types/Field.js index 66ff9026a..89f4832b5 100644 --- a/guacamole/src/main/webapp/app/rest/types/Field.js +++ b/guacamole/src/main/webapp/app/rest/types/Field.js @@ -27,7 +27,7 @@ angular.module('rest').factory('Field', [function defineField() { /** * The object returned by REST API calls when representing the data - * associated with a configuration parameter of a remote desktop protocol. + * associated with a field or configuration parameter. * * @constructor * @param {Field|Object} [template={}] diff --git a/guacamole/src/main/webapp/app/rest/types/FieldOption.js b/guacamole/src/main/webapp/app/rest/types/FieldOption.js index 75ca5d544..7c4f9a933 100644 --- a/guacamole/src/main/webapp/app/rest/types/FieldOption.js +++ b/guacamole/src/main/webapp/app/rest/types/FieldOption.js @@ -27,7 +27,7 @@ angular.module('rest').factory('FieldOption', [function defineFieldOption() { /** * The object returned by REST API calls when representing a single possible - * legal value of a configuration parameter of a remote desktop protocol. + * legal value of a field. * * @constructor * @param {FieldOption|Object} [template={}]