Skip to content

Update copy to use Private Key terminology #120

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/app/auth/google/google.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<app-banner></app-banner>
<div class="page-container" *ngIf="!showGetFreeDESO">
<div class="title-text">Optional: Save your recovery code</div>
<div class="subtitle-text">You can use this DeSo seed phrase to login if you lose access to your Google account.</div>
<div class="subtitle-text">You can use this DeSo Key to login if you lose access to your Google account.</div>
<div class="warning-text">Do not share this with anyone.</div>
<div class="seed-phrase-container">
<div class="px-25px pt-10px pb-30px border-bottom">{{ mnemonic }}</div>
Expand Down
4 changes: 2 additions & 2 deletions src/app/derive/derive.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -33,14 +33,14 @@
<div *ngIf="!globalVars.callback">
<div class="fs-18px mt-30px">
<span class="fs-underline"><b>You're about to grant {{ globalVars.hostname }} with signing access:</b></span><br/>
This means <b>{{ globalVars.hostname }}</b> will be able to make transactions on your behalf as if it knew your DeSo seed.
This means <b>{{ globalVars.hostname }}</b> will be able to make transactions on your behalf as if it knew your DeSo Key.
This permission can be revoked anytime and it will automatically expire in about 30 days.
</div>
</div>
<div *ngIf="globalVars.callback">
<div class="fs-18px mt-30px">
<span class="fs-underline"><b>You're about to grant signing access:</b></span><br/>
This means the mobile application will be able to sign transactions on your behalf as if it knew your DeSo seed.
This means the mobile application will be able to sign transactions on your behalf as if it knew your DeSo Key.
This permission can be revoked anytime and it will automatically expire in about 30 days.
<br/><br/>
<span class="fs-underline"><b>DISCLAIMER:</b></span><br/>
Expand Down
4 changes: 2 additions & 2 deletions src/app/log-in-seed/log-in-seed.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
</div>

<p class="main-text mb-20px">
Enter your DeSo seed phrase to load your account
Enter your DeSo Key to load your account
</p>

<div *ngIf="loginError" class="alert alert-danger mt-15px">
Expand All @@ -17,7 +17,7 @@
<textarea [(ngModel)]="mnemonic"
class="text-input"
rows="4"
placeholder="Enter your DeSo seed phrase"></textarea>
placeholder="Enter your DeSo Key"></textarea>
</div>

<div *ngIf="advancedOpen" class="main-text mb-20px">
Expand Down
6 changes: 3 additions & 3 deletions src/app/log-in/log-in.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<div class="mb-20px">
<span class="title-text">Log in to {{ globalVars.hostname }}</span>
<div class="main-text">
Sign up with a new Google account<br/>or DeSo seed phrase and earn <app-free-deso-message></app-free-deso-message>!
Sign up with a new Google account<br/>or DeSo Key and earn <app-free-deso-message></app-free-deso-message>!
</div>
<div class="pt-5px">
<app-free-deso-disclaimer></app-free-deso-disclaimer>
Expand Down Expand Up @@ -33,9 +33,9 @@
<span class="font-weight-bold">Sign up / log in with Google</span>
</button>
<button class="button button-large button-secondary mb-40px" [routerLink]="['/sign-up']">
<span class="font-weight-normal">Sign up with DeSo seed</span>
<span class="font-weight-normal">Sign up with DeSo Key</span>
</button>
<a class="link" [routerLink]="['/load-seed']"><u>Log in with DeSo seed</u></a>
<a class="link" [routerLink]="['/load-seed']"><u>Log in with DeSo Key</u></a>
</div>

<div *ngIf="showAccessLevels">
Expand Down
26 changes: 13 additions & 13 deletions src/app/sign-up/sign-up.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
<!-- Step 1 -->
<div *ngIf="stepNum == 1">
<div class="step-row">
<div class="title-text">Store your DeSo seed phrase</div>
<div class="title-text">Store your DeSo Key</div>
<div class="step-title">Step 1 of {{ stepTotal }}</div>
</div>
<div class="subtitle-text">Write, download, print, or copy it somewhere safe.</div>
<div class="warning-text">If you lose your DeSo seed phrase your account will be lost forever.</div>
<div class="warning-text">If you lose your DeSo Key your account will be lost forever.</div>
<div class="seed-phrase-container">
<div *ngIf="!entropyService.advancedOpen" class="px-25px pt-10px pb-30px border-bottom">{{ entropyService.temporaryEntropy.mnemonic }}</div>
<div class="fc-red px-15px pt-15px" *ngIf="!entropyService.advancedOpen && hasEntropyError()">
Expand Down Expand Up @@ -38,30 +38,30 @@
<div class="w-100 py-25px px-30px">
<div class="fs-15px fc-default">
<p>
The following displays the entropy (random numbers) used to generate the "DeSo seed phrase" above.
The following displays the entropy (random numbers) used to generate the "DeSo Key" above.
The entropy below was generated using a random number generator, but you can edit the
fields below to use your own randomness to generate the DeSo seed phrase (you can't go wrong
with a set of dice). You can also enter your own DeSo seed phrase directly if you prefer.
fields below to use your own randomness to generate the DeSo Key (you can't go wrong
with a set of dice). You can also enter your own DeSo Key directly if you prefer.
</p>

<p class="pt-15px">
Because there is a standard for generating seed phrases for Bitcoin (called
<a target="_blank" href="https://github.com/bitcoin/bips/blob/master/bip-0039.mediawiki">BIP39</a>),
and because we use this same standard to generate DeSo seed phrases,
DeSo seed phrases can also be used with any Bitcoin wallet that implements
and because we use this same standard to generate DeSo Key,
DeSo Keys can also be used with any Bitcoin wallet that implements
this standard under the m/44'/0'/0'/0/0 derivation path (e.g.
<a target="_blank" href="https://wallet.mycelium.com/">Mycelium</a>,
<a target="_blank" href="https://electrum.org">Electrum</a>).
Similarly, any standard
Bitcoin seed phrase you have can also be used as a DeSo seed phrase. Of course, all
Bitcoin seed phrase you have can also be used as a DeSo Key. Of course, all
of this can be verified using a tool like the
<a target="_blank" href="https://iancoleman.io/bip39/">Ian Coleman mnemonic generator</a>
(must click "show entropy details") so you know this generator is doing what it says it is.
</p>
</div>

<div style="margin-top: 55px">
<p class="title-text-small">Custom DeSo seed phrase (must be
<p class="title-text-small">Custom DeSo Key (must be
<a target="_blank" href="https://github.com/bitcoin/bips/blob/master/bip-0039.mediawiki">BIP39</a>
mnemonic):</p>
<p class="fc-red font-weight-normal fs-16px py-10px" *ngIf="showMnemonicError">You've entered an invalid mnemonic.</p>
Expand Down Expand Up @@ -129,16 +129,16 @@
<!-- Step 2 -->
<div *ngIf="stepNum == 2">
<div class="step-row">
<div class="title-text">Verify your DeSo seed phrase</div>
<div class="title-text">Verify your DeSo Key</div>
<div class="step-title">Step 2 of {{ stepTotal }}</div>
</div>
<div class="subtitle-text">Never share your DeSo seed phrase with anyone.</div>
<div class="warning-text"><b>If you lose your DeSo seed phrase your account will be lost forever.</b></div>
<div class="subtitle-text">Never share your DeSo Key with anyone.</div>
<div class="warning-text"><b>If you lose your DeSo Key your account will be lost forever.</b></div>
<div class="text-input-container mt-25px">
<textarea [(ngModel)]="mnemonicCheck"
class="text-input"
rows="4"
placeholder="Enter your DeSo seed phrase"></textarea>
placeholder="Enter your DeSo Key"></textarea>
</div>
<div class="title-text-small pt-15px mb-20px" *ngIf="entropyService.temporaryEntropy.extraText.length > 0">
Enter your passphrase:
Expand Down