diff options
author | Rigel Kent <sendmemail@rigelk.eu> | 2020-11-12 21:09:17 +0100 |
---|---|---|
committer | Rigel Kent <sendmemail@rigelk.eu> | 2020-11-12 21:09:28 +0100 |
commit | dc5bb5cea5bf7e906caa6d9c5468e6de36e605de (patch) | |
tree | 9176c9f6d2f508a11ea444cef8105840486960c6 /client/src/app/+admin | |
parent | 501af82d999a79e277f87794f6296d0e3495775c (diff) | |
download | PeerTube-dc5bb5cea5bf7e906caa6d9c5468e6de36e605de.tar.gz PeerTube-dc5bb5cea5bf7e906caa6d9c5468e6de36e605de.tar.zst PeerTube-dc5bb5cea5bf7e906caa6d9c5468e6de36e605de.zip |
reword unclear sentences, check for grammar
fixes #3222
Diffstat (limited to 'client/src/app/+admin')
-rw-r--r-- | client/src/app/+admin/config/edit-custom-config/edit-custom-config.component.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/client/src/app/+admin/config/edit-custom-config/edit-custom-config.component.html b/client/src/app/+admin/config/edit-custom-config/edit-custom-config.component.html index 686f3601b..f8f379d47 100644 --- a/client/src/app/+admin/config/edit-custom-config/edit-custom-config.component.html +++ b/client/src/app/+admin/config/edit-custom-config/edit-custom-config.component.html | |||
@@ -466,7 +466,7 @@ | |||
466 | i18n-labelText labelText="Allow users to do remote URI/handle search" | 466 | i18n-labelText labelText="Allow users to do remote URI/handle search" |
467 | > | 467 | > |
468 | <ng-container ngProjectAs="description"> | 468 | <ng-container ngProjectAs="description"> |
469 | <span i18n>Allow <strong>your users</strong> to look up remote videos/actors by their URI, that may not be federated with your instance</span> | 469 | <span i18n>Allow <strong>your users</strong> to look up remote videos/actors that may not be federated with your instance</span> |
470 | </ng-container> | 470 | </ng-container> |
471 | </my-peertube-checkbox> | 471 | </my-peertube-checkbox> |
472 | </div> | 472 | </div> |
@@ -477,7 +477,7 @@ | |||
477 | i18n-labelText labelText="Allow anonymous to do remote URI/handle search" | 477 | i18n-labelText labelText="Allow anonymous to do remote URI/handle search" |
478 | > | 478 | > |
479 | <ng-container ngProjectAs="description"> | 479 | <ng-container ngProjectAs="description"> |
480 | <span i18n>Allow <strong>anonymous users</strong> to look up remote videos/actors by their URI, that may not be federated with your instance</span> | 480 | <span i18n>Allow <strong>anonymous users</strong> to look up remote videos/actors that may not be federated with your instance</span> |
481 | </ng-container> | 481 | </ng-container> |
482 | </my-peertube-checkbox> | 482 | </my-peertube-checkbox> |
483 | </div> | 483 | </div> |
@@ -682,7 +682,7 @@ | |||
682 | <ng-template ptTemplate="help"> | 682 | <ng-template ptTemplate="help"> |
683 | <ng-container i18n> | 683 | <ng-container i18n> |
684 | If your instance is explicitly allowed by Twitter, a video player will be embedded in the Twitter feed on PeerTube video share.<br /> | 684 | If your instance is explicitly allowed by Twitter, a video player will be embedded in the Twitter feed on PeerTube video share.<br /> |
685 | If the instance is not, we use an image link card that will redirect on your PeerTube instance.<br /><br /> | 685 | If the instance is not, we use an image link card that will redirect to your PeerTube instance.<br /><br /> |
686 | Check this checkbox, save the configuration and test with a video URL of your instance (https://example.com/videos/watch/blabla) on | 686 | Check this checkbox, save the configuration and test with a video URL of your instance (https://example.com/videos/watch/blabla) on |
687 | <a target='_blank' rel='noopener noreferrer' href='https://cards-dev.twitter.com/validator'>https://cards-dev.twitter.com/validator</a> | 687 | <a target='_blank' rel='noopener noreferrer' href='https://cards-dev.twitter.com/validator'>https://cards-dev.twitter.com/validator</a> |
688 | to see if you instance is allowed. | 688 | to see if you instance is allowed. |
@@ -708,7 +708,7 @@ | |||
708 | <div class="form-group col-12 col-lg-4 col-xl-3"> | 708 | <div class="form-group col-12 col-lg-4 col-xl-3"> |
709 | <div i18n class="inner-form-title">LIVE</div> | 709 | <div i18n class="inner-form-title">LIVE</div> |
710 | <div i18n class="inner-form-description"> | 710 | <div i18n class="inner-form-description"> |
711 | Add ability for your users to do live streaming on your instance. | 711 | Enable users of your instance to stream live. |
712 | </div> | 712 | </div> |
713 | </div> | 713 | </div> |
714 | 714 | ||