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/modal/welcome-modal.component.html | |
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/modal/welcome-modal.component.html')
-rw-r--r-- | client/src/app/modal/welcome-modal.component.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/app/modal/welcome-modal.component.html b/client/src/app/modal/welcome-modal.component.html index 09ff2163b..d28bbf699 100644 --- a/client/src/app/modal/welcome-modal.component.html +++ b/client/src/app/modal/welcome-modal.component.html | |||
@@ -1,6 +1,6 @@ | |||
1 | <ng-template #modal let-hide="close"> | 1 | <ng-template #modal let-hide="close"> |
2 | <div class="modal-header"> | 2 | <div class="modal-header"> |
3 | <h4 i18n class="modal-title">Welcome on PeerTube dear administrator!</h4> | 3 | <h4 i18n class="modal-title">Welcome to PeerTube, dear administrator!</h4> |
4 | <my-global-icon iconName="cross" aria-label="Close" role="button" (click)="hide()"></my-global-icon> | 4 | <my-global-icon iconName="cross" aria-label="Close" role="button" (click)="hide()"></my-global-icon> |
5 | </div> | 5 | </div> |
6 | 6 | ||