diff --git a/assets/javascripts/templates/notice_tmpl.coffee b/assets/javascripts/templates/notice_tmpl.coffee
index 3ea1c069..6aab2e42 100644
--- a/assets/javascripts/templates/notice_tmpl.coffee
+++ b/assets/javascripts/templates/notice_tmpl.coffee
@@ -1,9 +1,9 @@
notice = (text) -> """
#{text}
"""
app.templates.singleDocNotice = (doc) ->
- notice """ You're currently browsing the #{doc.fullName} documentation. To browse all docs, go to
+ notice """ You're browsing the #{doc.fullName} documentation. To browse all docs, go to
#{app.config.production_host} (or press esc
). """
app.templates.disabledDocNotice = ->
- notice """ This documentation is currently disabled.
+ notice """ This documentation is disabled.
To enable it, click Select documentation. """
diff --git a/assets/javascripts/templates/notif_tmpl.coffee b/assets/javascripts/templates/notif_tmpl.coffee
index d44176de..ad38b40a 100644
--- a/assets/javascripts/templates/notif_tmpl.coffee
+++ b/assets/javascripts/templates/notif_tmpl.coffee
@@ -50,7 +50,7 @@ app.templates.notifUpdates = (docs, disabledDocs) ->
app.templates.notifShare = ->
textNotif """ Hi there! """,
- """ Like DevDocs? Help us reach more developers by sharing the link with your friends, on
+ """ Like DevDocs? Help us reach more developers by sharing the link with your friends on
Twitter, Facebook,
Reddit, etc.
Thanks :) """
diff --git a/assets/javascripts/templates/pages/about_tmpl.coffee b/assets/javascripts/templates/pages/about_tmpl.coffee
index 9638ee52..cdf4723c 100644
--- a/assets/javascripts/templates/pages/about_tmpl.coffee
+++ b/assets/javascripts/templates/pages/about_tmpl.coffee
@@ -72,7 +72,6 @@ app.templates.aboutPage = -> """
Brackets extension
Emacs Package
- You can also use Fluid to turn DevDocs into a real OS X app.
Privacy Policy
diff --git a/lib/app.rb b/lib/app.rb
index f1a57810..0329bcd1 100644
--- a/lib/app.rb
+++ b/lib/app.rb
@@ -260,9 +260,9 @@ class App < Sinatra::Application
'/s/jetbrains/c' => 'https://www.jetbrains.com/clion/?utm_source=devdocs&utm_medium=sponsorship&utm_campaign=devdocs',
'/s/jetbrains/web' => 'https://www.jetbrains.com/webstorm/?utm_source=devdocs&utm_medium=sponsorship&utm_campaign=devdocs',
'/s/code-school' => 'http://www.codeschool.com/?utm_campaign=devdocs&utm_content=homepage&utm_source=devdocs&utm_medium=sponsorship',
- '/s/tw' => 'https://twitter.com/intent/tweet?url=http%3A%2F%2Fdevdocs.io&via=DevDocs&text=All-in-one%2C%20offline%20API%20documentation%20browser%3A',
+ '/s/tw' => 'https://twitter.com/intent/tweet?url=http%3A%2F%2Fdevdocs.io&via=DevDocs&text=All-in-one%20API%20documentation%20browser%20with%20offline%20mode%20and%20instant%20search%3A',
'/s/fb' => 'https://www.facebook.com/sharer/sharer.php?u=http%3A%2F%2Fdevdocs.io',
- '/s/re' => 'http://www.reddit.com/submit?url=http%3A%2F%2Fdevdocs.io&title=All-in-one%2C%20offline%20API%20documentation%20browser&resubmit=true'
+ '/s/re' => 'https://www.reddit.com/submit?url=http%3A%2F%2Fdevdocs.io&title=All-in-one%20API%20documentation%20browser%20with%20offline%20mode%20and%20instant%20search&resubmit=true'
}.each do |path, url|
class_eval <<-CODE, __FILE__, __LINE__ + 1
get '#{path}' do
diff --git a/views/index.erb b/views/index.erb
index 882a520d..30fd75cb 100644
--- a/views/index.erb
+++ b/views/index.erb
@@ -3,9 +3,9 @@
-
+
-
+