Skip to content

Commit d1ebea3

Browse files
committed
i18n text
1 parent 4da7cdb commit d1ebea3

File tree

9 files changed

+13
-13
lines changed

9 files changed

+13
-13
lines changed

src/js/controllers/preferencesExternal.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ angular.module('copayApp.controllers').controller('preferencesExternalController
1212

1313
$scope.showMneumonicFromHardwarePopup = function() {
1414
var title = gettextCatalog.getString('Warning!');
15-
var message = gettextCatalog.getString('Are you being watched? Anyone with your recovery phrase can access or spend your bitcoin.');
15+
var message = gettextCatalog.getString('Are you being watched? Anyone with your recovery phrase can access or spend your crown.');
1616
popupService.showConfirm(title, message, null, null, function(res) {
1717
if (res) {
1818
walletService.showMneumonicFromHardware(wallet, function(err) {
@@ -22,7 +22,7 @@ angular.module('copayApp.controllers').controller('preferencesExternalController
2222
});
2323
}
2424
});
25-
};
25+
};
2626
}
2727

2828
});

www/views/addressbook.add.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
</label>
3636
<div>
3737
<label class="item item-input item-stacked-label">
38-
<span class="input-label" translate>Bitcoin Address</span>
38+
<span class="input-label" translate>Crown Address</span>
3939
<div class="input-notification">
4040
<i ng-show="!addressbookForm.address.$invalid" class="icon ion-checkmark-circled valid"></i>
4141
<i ng-show="addressbookForm.address.$invalid && addressbookEntry.address" class="icon ion-close-circled invalid"></i>

www/views/includes/buyAndSellCard.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<div ng-controller="buyAndSellCardController">
22
<div class="item item-sub item-icon-right item-heading">
3-
<span translate>Buy &amp; Sell Bitcoin</span>
3+
<span translate>Buy &amp; Sell Crown</span>
44
<a ui-sref="tabs.buyandsell"><i class="icon ion-ios-plus-empty list-add-button"></i></a>
55
</div>
66
<div ng-repeat="service in services">

www/views/includes/incomingDataMenu.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626

2727
<div ng-if="type === 'bitcoinAddress'">
2828
<div class="incoming-data-menu__item head">
29-
<div class="incoming-data-menu__header" translate>Bitcoin Address</div>
29+
<div class="incoming-data-menu__header" translate>Crown Address</div>
3030
<div class="incoming-data-menu__url">
3131
<div class="incoming-data-menu__url__icon">
3232
<img src="img/icon-bitcoin-small.svg">

www/views/modals/chooseFeeLevel.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<ion-modal-view id="choose-fee-level" ng-controller="feeLevelsController">
22
<ion-header-bar align-title="center" class="bar-royal">
33
<div class="title">
4-
{{'Bitcoin Network Fee Policy'|translate}}
4+
{{'Crown Network Fee Policy'|translate}}
55
</div>
66
<button
77
ng-disabled="customFeePerKB && !customSatPerByte.value"

www/views/onboarding/disclaimer.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<div id="onboarding-disclaimer-container">
1313
<div ng-show="resume" class="onboarding-topic" id="disclaimer-topic" translate>Quick review!</div>
1414
<div ng-show="!resume" class="onboarding-topic" id="disclaimer-topic" translate>Almost done! Let's review.</div>
15-
<div class="onboarding-description" id="disclaimer-description" translate>Bitcoin is different &ndash; it cannot be safely held with a bank or web service.</div>
15+
<div class="onboarding-description" id="disclaimer-description" translate>Crown is different &ndash; it cannot be safely held with a bank or web service.</div>
1616
<ion-list>
1717
<ion-checkbox ng-model="accepted.first">
1818
<span translate>I understand that my funds are held securely on this device, not by a company.</span>

www/views/onboarding/tour.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<ion-slides class="slides" options="options" slider="data.slider">
1616
<ion-slide-page>
1717
<ion-content id="onboard-tour-secure" scroll="false">
18-
<div class="onboarding-topic" translate>Bitcoin is secure,<br/>digital money.</div>
18+
<div class="onboarding-topic" translate>Crown is secure,<br/>digital money.</div>
1919
<div class="onboarding-description" translate>You can spend bitcoin at millions of websites and stores worldwide.</div>
2020
<div class="onboarding-illustration-secure"></div>
2121
<div class="cta-buttons">
@@ -28,7 +28,7 @@
2828
</ion-slide-page>
2929
<ion-slide-page>
3030
<ion-content id="onboard-tour-currency" scroll="false">
31-
<div class="onboarding-topic" translate>Bitcoin is a currency.</div>
31+
<div class="onboarding-topic" translate>Crown is a currency.</div>
3232
<div class="onboarding-description" translate>You can trade it for other currencies like US Dollars, Euros, or Pounds.</div>
3333
<div class="onboarding-illustration-currency">
3434
<div id="onboarding-illustration-currency-exchange-rate">1 BTC = {{localCurrencySymbol}}{{localCurrencyPerBtc}}</div>

www/views/preferencesFee.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
<ion-view id="settings-fee" class="settings" show-tabs>
22
<ion-nav-bar class="bar-royal">
33
<ion-nav-title>
4-
{{'Bitcoin Network Fee Policy'|translate}}
4+
{{'Crown Network Fee Policy'|translate}}
55
</ion-nav-title>
66
<ion-nav-back-button>
77
</ion-nav-back-button>
88
</ion-nav-bar>
99
<ion-content>
1010
<div class="settings-explanation">
11-
<div class="settings-heading" translate>Bitcoin transactions include a fee collected by miners on the network.</div>
11+
<div class="settings-heading" translate>Crown transactions include a fee collected by miners on the network.</div>
1212
<div class="settings-description" translate>The higher the fee, the greater the incentive a miner has to include that transaction in a block. Current fees are determined based on network load and the selected policy.</div>
1313
<div class="estimates">
1414
<div>

www/views/tab-settings.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
<i class="icon big-icon-svg">
6161
<img src="img/icon-unit.svg" class="bg"/>
6262
</i>
63-
<span class="setting-title">{{'Bitcoin Unit' | translate}}</span>
63+
<span class="setting-title">{{'Crown Unit' | translate}}</span>
6464
<span class="setting-value">
6565
{{unitName}}
6666
</span>
@@ -82,7 +82,7 @@
8282
<i class="icon big-icon-svg">
8383
<img src="img/icon-network.svg" class="bg"/>
8484
</i>
85-
<span class="setting-title">{{'Bitcoin Network Fee Policy' | translate}}</span>
85+
<span class="setting-title">{{'Crown Network Fee Policy' | translate}}</span>
8686
<span class="setting-value">
8787
{{feeOpts[currentFeeLevel]|translate}}
8888
</span>

0 commit comments

Comments
 (0)