aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+signup/shared
diff options
context:
space:
mode:
authorFilip Bengtsson <40275136+AutomCoding@users.noreply.github.com>2019-10-23 14:39:09 +0200
committerChocobozzz <me@florianbigard.com>2019-10-23 14:39:09 +0200
commit34398be4297852b6aecebe65dd33bded9187a0c9 (patch)
treef6ae02d0119fecc4cca80677bc3af5d1361753df /client/src/app/+signup/shared
parenta82ddfad0083bd886b97be945050559c53b0cf30 (diff)
downloadPeerTube-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/shared')
-rw-r--r--client/src/app/+signup/shared/signup-success.component.html4
1 files changed, 2 insertions, 2 deletions
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>