Skip to content

Commit

Permalink
passphrase text
Browse files Browse the repository at this point in the history
  • Loading branch information
Damilola Debel committed Jul 29, 2024
1 parent 958f52a commit 72b5781
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,11 @@ <h1>Always Backup Your Seed Phrase</h1>
<img src="assets/img/onboarding-advanced.svg" />

<h1>Unlock powerful features</h1>
<p>Gain access to additional features by turning on the Advanced Mode in the settings.</p>
<p>
Gain access to additional features by turning on the Advanced Mode in the settings.
<br />
Such as BIP-39 passphrase, changing of derivation path and lots more
</p>
</swiper-slide>
<swiper-slide>
<img src="assets/img/onboarding-terms.svg" />
Expand Down
1 change: 1 addition & 0 deletions src/app/pages/secret-import/secret-import.page.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@

<ion-content class="ion-no-padding">
<label class="ion-padding-horizontal">Select the correct word for this position.</label>
<p class="ion-padding-horizontal"><ion-text>{{'secret-import.passphrase' | translate }}</ion-text></p>
<ion-row class="secret--container-45 ion-align-items-center" #secretContainer>
<ion-col>
<ion-row class="secret--container__inner ion-justify-content-center">
Expand Down
13 changes: 7 additions & 6 deletions src/app/pages/secret-setup/secret-setup.page.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
<ion-toolbar>
<ion-buttons slot="start">
<ion-back-button *ngIf="canGoBack"></ion-back-button>
<ion-button
*ngIf="!canGoBack && context$ | async as context"
(click)="context === 'knox' ? goToOnboardingWelcomePage() : goToInstallationTypePage()"
>
<ion-icon name="arrow-back"></ion-icon>
</ion-button>
<ion-button
*ngIf="!canGoBack && context$ | async as context"
(click)="context === 'knox' ? goToOnboardingWelcomePage() : goToInstallationTypePage()"
>
<ion-icon name="arrow-back"></ion-icon>
</ion-button>
</ion-buttons>

<ion-title>{{ 'secret-setup.heading' | translate }}</ion-title>
Expand Down Expand Up @@ -41,6 +41,7 @@
</ion-row>
</ion-card-title>
</ion-card-header>
<ion-card-content>{{ 'secret-setup.import.text' | translate }}</ion-card-content>
</ion-card>
<ion-card class="airgap--card ion-padding-vertical ion-margin-bottom" (click)="goToSocialRecoveryImport()" [color]="'tertiary'">
<ion-card-header>
Expand Down

0 comments on commit 72b5781

Please sign in to comment.