From d2b37d3150e9d48434e21507bd4cf3248cfd0b3a Mon Sep 17 00:00:00 2001 From: Ivan Alejandro Date: Fri, 30 Oct 2015 17:08:45 -0300 Subject: Remove 'coming soon' for email service --- amber/layouts/home.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'amber/layouts/home.html.haml') diff --git a/amber/layouts/home.html.haml b/amber/layouts/home.html.haml index c44e4db..fe04b49 100644 --- a/amber/layouts/home.html.haml +++ b/amber/layouts/home.html.haml @@ -4,7 +4,7 @@ %title = t(:site_title) %meta(name="viewport" content="width=device-width, initial-scale=1.0") - %meta(name="description" content=" Bitmask is an open source application to provide easy and secure encrypted communication. You can choose among several different service providers or start your own. Currently, Bitmask supports encrypted internet (VPN) with encrypted email coming soon. ") + %meta(name="description" content="Bitmask is an open source application to provide easy and secure encrypted communication. You can choose among several different service providers or start your own. Currently, Bitmask supports encrypted internet (VPN) with encrypted email.") %meta(name="keywords" content="vpn, openvpn, bitmask, encryption, android, linux") %meta(charset="UTF-8") %link(rel="stylesheet" href="/assets/bootstrap.min.css") -- cgit v1.2.3 From 7192a29353c0167874f3ffdb9ad94a8dbab66c75 Mon Sep 17 00:00:00 2001 From: Ivan Alejandro Date: Mon, 2 Nov 2015 13:22:56 -0300 Subject: Fix wording VPN/email --- amber/layouts/home.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'amber/layouts/home.html.haml') diff --git a/amber/layouts/home.html.haml b/amber/layouts/home.html.haml index fe04b49..de6d8d3 100644 --- a/amber/layouts/home.html.haml +++ b/amber/layouts/home.html.haml @@ -4,7 +4,7 @@ %title = t(:site_title) %meta(name="viewport" content="width=device-width, initial-scale=1.0") - %meta(name="description" content="Bitmask is an open source application to provide easy and secure encrypted communication. You can choose among several different service providers or start your own. Currently, Bitmask supports encrypted internet (VPN) with encrypted email.") + %meta(name="description" content="Bitmask is an open source application to provide easy and secure encrypted communication. You can choose among several different service providers or start your own. Currently, Bitmask supports encrypted internet (VPN) and encrypted email.") %meta(name="keywords" content="vpn, openvpn, bitmask, encryption, android, linux") %meta(charset="UTF-8") %link(rel="stylesheet" href="/assets/bootstrap.min.css") -- cgit v1.2.3