updated text for unsupported browsers

This commit is contained in:
Gustavo Maximiliano Cortez 2014-08-26 16:31:49 -03:00
parent 2de0382520
commit fa75af12aa
1 changed files with 4 additions and 4 deletions

View File

@ -5,14 +5,14 @@
</div>
<h1 class="text-center text-white">Browser unsupported</h1>
<h3 class="text-center text-white">
Copay uses webRTC for peer-to-peer communications,
Copay uses WebStorage for store wallets information,
but your browser does not support it.
Please use
a current version of Google Chrome, Mozilla Firefox, or Opera.
a current version of Safari, Google Chrome, Mozilla Firefox, or Opera.
<br><br>
For more information
on supported browsers please check <a href="http://www.webrtc.org/">http://www.webrtc.org/</a>
Check if your browser support WebStorage <a
href="http://caniuse.com/#feat=namevalue-storage" target="_blank">here</a>
</h3>
</div>