summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorelijah <elijah@riseup.net>2014-05-15 10:19:36 -0700
committerelijah <elijah@riseup.net>2014-05-15 10:19:36 -0700
commit5b1194f22bc01c45a0983f4baf279b41465d33c3 (patch)
tree2d5e124b4ca6cfe39ae8bfd1ff97a7363c6a296d
parent5791bc2dd1bf3e3e51f6c8b7df675ea943266dbc (diff)
danger message wording change
-rw-r--r--pages/en.haml2
-rw-r--r--public/index.en.html2
2 files changed, 2 insertions, 2 deletions
diff --git a/pages/en.haml b/pages/en.haml
index 604251a..7936d53 100644
--- a/pages/en.haml
+++ b/pages/en.haml
@@ -4,7 +4,7 @@
.col-sm-8.col-sm-offset-2
.p.alert.alert-danger
%i.fa.fa-warning
- <b>WARNING:</b> Bitmask is still experimental. Please do not use these beta releases of Bitmask for situations where a compromise of your data could put you in danger. Also, you might lose your data: although Bitmask is improving rapidly, it is possible that you could lose your email when using an early beta release.
+ <b>WARNING:</b> Bitmask is still experimental. Please do not use these beta releases of Bitmask for situations where a compromise of your data could put you in danger. Also, although Bitmask is improving rapidly, it is possible that you could lose your email when using an early beta release.
.row.bm-front-buttons
.col-sm-3.col-xs-6
diff --git a/public/index.en.html b/public/index.en.html
index 52370fa..def410d 100644
--- a/public/index.en.html
+++ b/public/index.en.html
@@ -23,7 +23,7 @@ Downloads
<div class='col-sm-8 col-sm-offset-2'>
<div class='p alert alert-danger'>
<i class='fa fa-warning'></i>
- <b>WARNING:</b> Bitmask is still experimental. Please do not use these beta releases of Bitmask for situations where a compromise of your data could put you in danger. Also, you might lose your data: although Bitmask is improving rapidly, it is possible that you could lose your email when using an early beta release.
+ <b>WARNING:</b> Bitmask is still experimental. Please do not use these beta releases of Bitmask for situations where a compromise of your data could put you in danger. Also, although Bitmask is improving rapidly, it is possible that you could lose your email when using an early beta release.
</div>
</div>
</div>