From 4132416f0df17b1f620c004b3115455a81295fca Mon Sep 17 00:00:00 2001 From: Akinwale Ariwodola Date: Fri, 15 Mar 2019 13:18:45 +0100 Subject: [PATCH] shorten search hint --- app/src/component/uriBar/view.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/component/uriBar/view.js b/app/src/component/uriBar/view.js index 4cea8a3a..6dc82f9a 100644 --- a/app/src/component/uriBar/view.js +++ b/app/src/component/uriBar/view.js @@ -118,7 +118,7 @@ class UriBar extends React.PureComponent { style={uriBarStyle.uriText} onLayout={() => { this.setSelection(); }} selectTextOnFocus={true} - placeholder={'Search for videos, music, games and more'} + placeholder={'Search movies, music, and more'} underlineColorAndroid={'transparent'} numberOfLines={1} clearButtonMode={'while-editing'}