diff options
author | Chocobozzz <me@florianbigard.com> | 2023-08-18 10:39:49 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2023-08-18 10:39:49 +0200 |
commit | 5f79f37d10d44ee0cff673bec4eff1b0db7f00f2 (patch) | |
tree | 04caeb5aa899189456d213847de78fb25f4e7f73 /client/src/app | |
parent | 822872aacdd763988cb9e81cdcc3576178993b74 (diff) | |
download | PeerTube-5f79f37d10d44ee0cff673bec4eff1b0db7f00f2.tar.gz PeerTube-5f79f37d10d44ee0cff673bec4eff1b0db7f00f2.tar.zst PeerTube-5f79f37d10d44ee0cff673bec4eff1b0db7f00f2.zip |
Remove useless information
Diffstat (limited to 'client/src/app')
-rw-r--r-- | client/src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html b/client/src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html index c0e4533aa..17a069928 100644 --- a/client/src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html +++ b/client/src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html | |||
@@ -313,7 +313,7 @@ | |||
313 | <div class="form-group"> | 313 | <div class="form-group"> |
314 | <my-peertube-checkbox | 314 | <my-peertube-checkbox |
315 | inputName="importSynchronizationEnabled" formControlName="enabled" | 315 | inputName="importSynchronizationEnabled" formControlName="enabled" |
316 | i18n-labelText labelText="Allow channel synchronization with channel of other platforms like YouTube (requires allowing import with HTTP URL)" | 316 | i18n-labelText labelText="Allow channel synchronization with channel of other platforms like YouTube" |
317 | > | 317 | > |
318 | <ng-container ngProjectAs="description"> | 318 | <ng-container ngProjectAs="description"> |
319 | <span i18n [hidden]="isImportVideosHttpEnabled()"> | 319 | <span i18n [hidden]="isImportVideosHttpEnabled()"> |