Wallet/public/views/unsupported.html
Gustavo Maximiliano Cortez 6d9d750952 Fix minor texts for translates
2015-04-20 18:48:42 -03:00

14 lines
557 B
HTML

<div class="row columns p20">
<div class="text-center">
<img src="img/logo.svg" alt="Copay" width="146" height="59">
<div class="text-white" ng-include="'views/includes/version.html'"></div>
</div>
<h1 translate class="text-center">Browser unsupported</h1>
<h3 class="text-center">
Copay does not support your browser.
Please use a current version of Google Chrome, Mozilla Firefox, Internet Explorer, Safari, or Opera.
<br>
Note that localStorage should also be enabled (enabled by default in most cases).
</h3>
</div>