diff options
author | Chocobozzz <me@florianbigard.com> | 2021-03-10 16:11:47 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2021-03-24 18:18:40 +0100 |
commit | db8b2f56c014a3fa207501f74e0bb5088ea41719 (patch) | |
tree | 8172ebd58703d2de41ddf9db8dfa4e121bb71dc3 /client/src/app/+about/about-instance | |
parent | e7053b1d9d7f77d0375155b38d3e845f2163ecd8 (diff) | |
download | PeerTube-db8b2f56c014a3fa207501f74e0bb5088ea41719.tar.gz PeerTube-db8b2f56c014a3fa207501f74e0bb5088ea41719.tar.zst PeerTube-db8b2f56c014a3fa207501f74e0bb5088ea41719.zip |
Update english strings
Diffstat (limited to 'client/src/app/+about/about-instance')
-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 d8794d602..1f372090e 100644 --- a/client/src/app/+about/about-instance/about-instance.component.html +++ b/client/src/app/+about/about-instance/about-instance.component.html | |||
@@ -83,7 +83,7 @@ | |||
83 | fragment="business-model" | 83 | fragment="business-model" |
84 | #anchorLink | 84 | #anchorLink |
85 | (click)="onClickCopyLink(anchorLink)"> | 85 | (click)="onClickCopyLink(anchorLink)"> |
86 | <h3 i18n class="section-title">How we will pay for this instance</h3> | 86 | <h3 i18n class="section-title">How we will pay for keeping our instance running</h3> |
87 | </a> | 87 | </a> |
88 | 88 | ||
89 | <div [innerHTML]="html.businessModel"></div> | 89 | <div [innerHTML]="html.businessModel"></div> |