Fix minor texts for translates

This commit is contained in:
Gustavo Maximiliano Cortez 2015-04-20 18:48:42 -03:00
parent 95bfd555f2
commit 6d9d750952
6 changed files with 9 additions and 16 deletions

View File

@ -32,7 +32,7 @@
</label>
<label for="username">
<span translate>{{importLegacy.fromCloud ? 'Email': 'Username'}}</span>
{{importLegacy.fromCloud ? 'Email': 'Username'}}
<input type="text" class="form-control" placeholder="{{importLegacy.fromCloud ? 'Email': 'Username'}}"
name="username" ng-model="importLegacy.username" required>
</label>

View File

@ -15,7 +15,7 @@
</li>
<h4 class="title m0" translate>&nbsp;</h4>
<h4 class="title m0">&nbsp;</h4>
<li class="line-b p20" ng-click="$root.go('backup')">
<i class="icon-arrow-right3 size-24 right text-gray"></i>
<span translate>Backup</span>

View File

@ -119,7 +119,7 @@
</div>
<div class="text-gray text-center m10t animated infinite flash" ng-show="send.onGoingProcess" >
<span translate>{{send.onGoingProcess}}...</span>
<span>{{send.onGoingProcess|translate}}...</span>
</div>

View File

@ -1,10 +1,10 @@
<div class="wide-page" ng-controller="unsupportedController">
<div class="row columns p20">
<div class="text-center">
<img src="img/logo-negative-beta.svg" alt="Copay" width="146" height="59">
<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 text-white">Browser unsupported</h1>
<h3 class="text-center text-white">
<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>

View File

@ -50,7 +50,7 @@
<div class="size-12 text-gray">
<span ng-if="index.n > 1" translate>Multisignature wallet </span>
<span ng-if="index.n == 1" translate>Personal Wallet</span>
<span ng-if="index.network != 'livenet'" translate> - Testnet</span>
<span ng-if="index.network != 'livenet'"> - Testnet</span>
</div>
</div>
</div>
@ -64,8 +64,7 @@
</span>
</div>
<div class="text-center text-gray m15r m15l" translate>
This wallet is not registered at the given Bitcore Wallet Service (BWS).
You can recreate it from the local information.
This wallet is not registered at the given Bitcore Wallet Service (BWS). You can recreate it from the local information.
</div>
<div class="text-center m10t ">
<span class="button outline dark-gray tiny"

View File

@ -903,12 +903,6 @@ input.ng-invalid-match, input.ng-invalid-match:focus {
font-size: 14px;
}
.wide-page {
background-color: #2C3E50;
margin: 5% 0;
padding: 50px;
}
.collapse {
margin: auto;
max-width: 100%;