summaryrefslogtreecommitdiff
path: root/config/locales/en/home.en.yml
diff options
context:
space:
mode:
authorAzul <azul@riseup.net>2017-08-04 11:06:20 +0200
committerAzul <azul@riseup.net>2017-08-04 11:06:20 +0200
commit36ef16fb01865552e3fcc14c81819cbbead49169 (patch)
treee9b2091b1c9933192648038893d08163294abf96 /config/locales/en/home.en.yml
parent38ce3a14652aca9b3b8d8ad42f9968cfbcc44478 (diff)
feat: remove signup link from landing pagefeat/drop-signup
We are deprecating webapp based signup. It leads to an inconsistent state for mail providers and offers no useful interactions for vpn providers either. Instead of trying to deal with the halve way signup through the webapp we require signup through bitmask app which can also create the pgp keys for email and download and use the cert for vpn. In addition this reduces the attack surface for js injection, phishing and other browser based attacks. For now we still keep the signup form in case providers link to it directly. We also keep all the tests based on it. Cleanup will happen right after 0.10.0 release.
Diffstat (limited to 'config/locales/en/home.en.yml')
-rw-r--r--config/locales/en/home.en.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/config/locales/en/home.en.yml b/config/locales/en/home.en.yml
index c77dc3f..6017509 100644
--- a/config/locales/en/home.en.yml
+++ b/config/locales/en/home.en.yml
@@ -5,6 +5,6 @@ en:
download_bitmask: "Download Bitmask"
login_info: "Log in to change your account settings, create support tickets, and manage payments."
- signup_info: "Create a new user account. For higher security, we recommend you create your account via the Bitmask application instead."
+ signup_info: "Create a new user account via the Bitmask application and use it to access our services."
support_info: "Can't login? Create a new support ticket anonymously."
- get_help: "Get Help" \ No newline at end of file
+ get_help: "Get Help"