aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+admin/config/edit-custom-config/edit-custom-config.component.html
diff options
context:
space:
mode:
Diffstat (limited to 'client/src/app/+admin/config/edit-custom-config/edit-custom-config.component.html')
-rw-r--r--client/src/app/+admin/config/edit-custom-config/edit-custom-config.component.html8
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