aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+signup/+register
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/+register
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/+register')
-rw-r--r--client/src/app/+signup/+register/register.component.html2
1 files changed, 1 insertions, 1 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>