Skip to content

Commit 8093378

Browse files
author
David Emory
committed
fix(form): Update placeholder language in location field to reflect new mouse/tap interaction
Refs ibi-group/trimet-mod-otp#131
1 parent 299b09d commit 8093378

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/components/form/default-search-form.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ export default class DefaultSearchForm extends Component {
2626

2727
render () {
2828
const { icons, mobile } = this.props
29-
const actionText = mobile ? 'long press' : 'right-click'
29+
const actionText = mobile ? 'tap' : 'click'
3030

3131
return (
3232
<div>

0 commit comments

Comments
 (0)