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') 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 30f3da85a215fdc7f75cd55e771626597e43c3b8 Mon Sep 17 00:00:00 2001 From: Ivan Alejandro Date: Fri, 30 Oct 2015 17:09:23 -0300 Subject: Add info for testers on which provider to use --- amber/locales/en.yml | 3 +++ amber/locales/es.yml | 3 +++ 2 files changed, 6 insertions(+) (limited to 'amber') diff --git a/amber/locales/en.yml b/amber/locales/en.yml index 071c0b5..7d20fcb 100644 --- a/amber/locales/en.yml +++ b/amber/locales/en.yml @@ -16,6 +16,9 @@ en: Also, although Bitmask is improving rapidly, it is possible that you could lose your email when using an early beta release. + providers_for_testers: > + TESTERS: Use mail.bitmask.net for email and demo.bitmask.net for VPN. + # # front page text # diff --git a/amber/locales/es.yml b/amber/locales/es.yml index b7681b0..eaa44c7 100644 --- a/amber/locales/es.yml +++ b/amber/locales/es.yml @@ -10,6 +10,9 @@ es: ADVERTENCIA: Bitmask está todavía en fase experimental. Por favor, no uses estas versiones beta de Bitmask en situaciones en las que un compromiso de tus datos podría ponerte en peligro. + providers_for_testers: > + TESTERS: Usen mail.bitmask.net para email y demo.bitmask.net para VPN. + # # front page text # -- 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') 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