diff --git a/src/accounting/static/js/original-line-item-selector.js b/src/accounting/static/js/original-line-item-selector.js index aecfe46..664a702 100644 --- a/src/accounting/static/js/original-line-item-selector.js +++ b/src/accounting/static/js/original-line-item-selector.js @@ -357,7 +357,7 @@ class OriginalLineItem { } /** - * Returns whether the original line item matches the query. + * Returns whether the original line item matches the query term. * * @param query {string|null} the query term * @return {boolean} true if the option matches, or false otherwise