diff options
author | Filip Bengtsson <40275136+AutomCoding@users.noreply.github.com> | 2019-10-23 14:39:09 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2019-10-23 14:39:09 +0200 |
commit | 34398be4297852b6aecebe65dd33bded9187a0c9 (patch) | |
tree | f6ae02d0119fecc4cca80677bc3af5d1361753df /client/src/app/+signup | |
parent | a82ddfad0083bd886b97be945050559c53b0cf30 (diff) | |
download | PeerTube-34398be4297852b6aecebe65dd33bded9187a0c9.tar.gz PeerTube-34398be4297852b6aecebe65dd33bded9187a0c9.tar.zst PeerTube-34398be4297852b6aecebe65dd33bded9187a0c9.zip |
Some language fixes (#2198)
* Fix preposition
* Fix French colon spacing
* Some grammar fixes
* Preposition fix
* Update signup-success.component.html
After suggestion from @frankstrater.
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> |