diff options
Diffstat (limited to 'client/src/app/+signup')
-rw-r--r-- | client/src/app/+signup/+register/register.component.html | 2 | ||||
-rw-r--r-- | client/src/app/+signup/shared/signup-success.component.html | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/client/src/app/+signup/+register/register.component.html b/client/src/app/+signup/+register/register.component.html index 906e29aed..fa9838ba6 100644 --- a/client/src/app/+signup/+register/register.component.html +++ b/client/src/app/+signup/+register/register.component.html | |||
@@ -67,7 +67,7 @@ | |||
67 | </div> | 67 | </div> |
68 | 68 | ||
69 | <div class="block"> | 69 | <div class="block"> |
70 | <strong i18n>How will we pay this instance?</strong> | 70 | <strong i18n>How will we finance this instance?</strong> |
71 | <div [innerHTML]="about.instance.businessModel"></div> | 71 | <div [innerHTML]="about.instance.businessModel"></div> |
72 | </div> | 72 | </div> |
73 | </ng-template> | 73 | </ng-template> |
diff --git a/client/src/app/+signup/shared/signup-success.component.html b/client/src/app/+signup/shared/signup-success.component.html index 9bd381b78..71f01897d 100644 --- a/client/src/app/+signup/shared/signup-success.component.html +++ b/client/src/app/+signup/shared/signup-success.component.html | |||
@@ -5,12 +5,12 @@ | |||
5 | <polyline class="path check" fill="none" stroke="#73AF55" stroke-width="6" stroke-linecap="round" stroke-miterlimit="10" points="100.2,40.2 51.5,88.8 29.8,67.5 "/> | 5 | <polyline class="path check" fill="none" stroke="#73AF55" stroke-width="6" stroke-linecap="round" stroke-miterlimit="10" points="100.2,40.2 51.5,88.8 29.8,67.5 "/> |
6 | </svg> | 6 | </svg> |
7 | 7 | ||
8 | <p i18n class="bottom-message">Welcome on PeerTube!</p> | 8 | <p i18n class="bottom-message">Welcome to PeerTube!</p> |
9 | 9 | ||
10 | <div *ngIf="message" class="alert alert-success"> | 10 | <div *ngIf="message" class="alert alert-success"> |
11 | <p>{{ message }}</p> | 11 | <p>{{ message }}</p> |
12 | 12 | ||
13 | <p i18n> | 13 | <p i18n> |
14 | If you need help to use PeerTube, you can take a look to the <a href="https://docs.joinpeertube.org/#/use-setup-account" target="_blank" rel="noopener noreferrer">documentation</a>. | 14 | If you need help to use PeerTube, you can have a look at the <a href="https://docs.joinpeertube.org/#/use-setup-account" target="_blank" rel="noopener noreferrer">documentation</a>. |
15 | </p> | 15 | </p> |
16 | </div> | 16 | </div> |