diff options
author | kontrollanten <6680299+kontrollanten@users.noreply.github.com> | 2020-12-11 10:15:42 +0100 |
---|---|---|
committer | Chocobozzz <chocobozzz@cpy.re> | 2020-12-11 10:38:15 +0100 |
commit | e134eb03cb31bc53cae19aa4adf472b2a6a0b658 (patch) | |
tree | 9049f7d87ace509e7b6f56808e90d05129233b63 /client | |
parent | 19b163d045750fe06ce04f601628d12085783d7b (diff) | |
download | PeerTube-e134eb03cb31bc53cae19aa4adf472b2a6a0b658.tar.gz PeerTube-e134eb03cb31bc53cae19aa4adf472b2a6a0b658.tar.zst PeerTube-e134eb03cb31bc53cae19aa4adf472b2a6a0b658.zip |
admin config: fix typo
https://www.grammarly.com/blog/know-your-latin-i-e-vs-e-g/
Diffstat (limited to 'client')
-rw-r--r-- | client/src/app/+admin/config/edit-custom-config/edit-custom-config.component.html | 2 |
1 files changed, 1 insertions, 1 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 a6485a4de..c1a46a373 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 | |||
@@ -419,7 +419,7 @@ | |||
419 | <div class="form-group" formGroupName="http"> | 419 | <div class="form-group" formGroupName="http"> |
420 | <my-peertube-checkbox | 420 | <my-peertube-checkbox |
421 | inputName="importVideosHttpEnabled" formControlName="enabled" | 421 | inputName="importVideosHttpEnabled" formControlName="enabled" |
422 | i18n-labelText labelText="Allow import with HTTP URL (i.e. YouTube)" | 422 | i18n-labelText labelText="Allow import with HTTP URL (e.g. YouTube)" |
423 | ></my-peertube-checkbox> | 423 | ></my-peertube-checkbox> |
424 | </div> | 424 | </div> |
425 | 425 | ||