Skip to content

Commit

Permalink
Merge pull request #5339 from hypothesis/make-activity-url-desc-clearer
Browse files Browse the repository at this point in the history
Adjust URL facet description to be more clear
  • Loading branch information
robertknight committed Oct 5, 2018
2 parents 9679b4c + 80e6678 commit f9213ba
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions h/static/scripts/controllers/search-bar-controller.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@ class SearchBarController extends Controller {
{
matchOn: 'url',
title: 'url:',
explanation: `see all annotations on a document URL. * matches any number
of characters and ? matches any single character`,
explanation: `search by URL<br>for domain level search
add trailing /* eg. https://example.com/*`,
},
{
matchOn: 'group',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@ describe('AutosuggestDropdownController', () => {
},
{
title: 'url:',
explanation: `see all annotations on a document URL. * matches any number
of characters and ? matches any single character`,
explanation: `search by URL<br>for domain level search
add trailing /* eg. https://example.com/*`,
},
{
title: 'group:',
Expand Down

0 comments on commit f9213ba

Please sign in to comment.