We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 299b09d commit 8093378Copy full SHA for 8093378
lib/components/form/default-search-form.js
@@ -26,7 +26,7 @@ export default class DefaultSearchForm extends Component {
26
27
render () {
28
const { icons, mobile } = this.props
29
- const actionText = mobile ? 'long press' : 'right-click'
+ const actionText = mobile ? 'tap' : 'click'
30
31
return (
32
<div>
0 commit comments