summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKamran Ahmed <kamranahmed.se@gmail.com>2018-08-29 22:55:35 +0500
committerKamran Ahmed <kamranahmed.se@gmail.com>2018-08-29 22:55:35 +0500
commitc6bba6add1ad2cc6383b6b884c1968b2f5bcad9d (patch)
tree6c91b6fdd69bbd092387e66185f124f7038f505a
parentBlacklist processing and errors in while persisting (diff)
downloadgithunt-c6bba6add1ad2cc6383b6b884c1968b2f5bcad9d.tar.gz
Minor text update
-rw-r--r--src/containers/feed/index.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/containers/feed/index.js b/src/containers/feed/index.js
index 14f9b7f..7ed8808 100644
--- a/src/containers/feed/index.js
+++ b/src/containers/feed/index.js
@@ -77,7 +77,7 @@ class FeedContainer extends React.Component {
renderTokenWarning() {
return !this.props.preference.options.token && (
<Alert type='warning'>
- Although not required but make sure to
+ Make sure to
<strong className='ml-1 mr-1'>
<Link to='/options'>add a token</Link>
</strong>