diff options
author | DontUseGithub <57924087+DontUseGithub@users.noreply.github.com> | 2019-12-30 12:38:32 +0200 |
---|---|---|
committer | Chocobozzz <chocobozzz@cpy.re> | 2019-12-30 11:44:59 +0100 |
commit | 6066b915252e13d223f6a761eaab75a49cc99c4a (patch) | |
tree | 9a63e1a1262a660317117b9699d36a075759cd70 /client/src/app/+about | |
parent | 4449d2695bad78ac149ef5615f50286dcbe06f04 (diff) | |
download | PeerTube-6066b915252e13d223f6a761eaab75a49cc99c4a.tar.gz PeerTube-6066b915252e13d223f6a761eaab75a49cc99c4a.tar.zst PeerTube-6066b915252e13d223f6a761eaab75a49cc99c4a.zip |
small grammar fix
small grammar fix
Diffstat (limited to 'client/src/app/+about')
-rw-r--r-- | client/src/app/+about/about-instance/about-instance.component.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/app/+about/about-instance/about-instance.component.html b/client/src/app/+about/about-instance/about-instance.component.html index f5b481158..fc5736aba 100644 --- a/client/src/app/+about/about-instance/about-instance.component.html +++ b/client/src/app/+about/about-instance/about-instance.component.html | |||
@@ -42,7 +42,7 @@ | |||
42 | </div> | 42 | </div> |
43 | 43 | ||
44 | <div class="block business-model" *ngIf="businessModel"> | 44 | <div class="block business-model" *ngIf="businessModel"> |
45 | <div i18n class="section-title">How we will pay this instance</div> | 45 | <div i18n class="section-title">How we will pay for this instance</div> |
46 | 46 | ||
47 | <p>{{ businessModel }}</p> | 47 | <p>{{ businessModel }}</p> |
48 | </div> | 48 | </div> |