rm index settings / import
This commit is contained in:
parent
60d1ae0adf
commit
aa372ea618
3 changed files with 3 additions and 3 deletions
|
|
@ -1,4 +1,4 @@
|
|||
<ion-view ng-controller="backupController" cache-view="false" ng-init="init(index.prevState)">
|
||||
<ion-view ng-controller="backupController" cache-view="false" ng-init="init()">
|
||||
<ion-nav-bar class="bar-stable">
|
||||
<ion-nav-title>Backup Flow</ion-nav-title>
|
||||
<ion-nav-buttons side="primary">
|
||||
|
|
|
|||
|
|
@ -134,7 +134,7 @@
|
|||
</div>
|
||||
</label>
|
||||
|
||||
<label class="item item-input item-stacked-label" ng-show="index.isSafari || index.isCordova">
|
||||
<label class="item item-input item-stacked-label" ng-show="isSafari || isCordova">
|
||||
<span class="input-label" translate>Paste the backup plain text code</span>
|
||||
<textarea name="backupText" ng-model="backupText" rows="5"></textarea>
|
||||
</label>
|
||||
|
|
|
|||
|
|
@ -58,7 +58,7 @@
|
|||
<div ng-show="usePushNotifications && !PNEnabledByUser && isIOSApp">
|
||||
<div translate>Push notifications for Copay are currently disabled. Enable them in the Settings app.</div>
|
||||
<ul ng-click="openSettings()">
|
||||
<li ng-style="{'color':index.backgroundColor}" translate>Open Settings app</li>
|
||||
<li translate>Open Settings app</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue