diff options
author | Chocobozzz <me@florianbigard.com> | 2019-11-27 10:13:31 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2019-11-27 10:29:27 +0100 |
commit | 2fa9c40e20ce386c9cdedd219f0753e14bda332a (patch) | |
tree | 0d21e3509fdba6134311e9b625ac6fdbb95e7447 /client | |
parent | a18bb55e9b72664dff4043785842d6d406dd15a3 (diff) | |
download | PeerTube-2fa9c40e20ce386c9cdedd219f0753e14bda332a.tar.gz PeerTube-2fa9c40e20ce386c9cdedd219f0753e14bda332a.tar.zst PeerTube-2fa9c40e20ce386c9cdedd219f0753e14bda332a.zip |
Fix tests
Diffstat (limited to 'client')
-rw-r--r-- | client/src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts b/client/src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts index 5f23c80a2..1f6751297 100644 --- a/client/src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts +++ b/client/src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts | |||
@@ -36,7 +36,7 @@ export class EditCustomConfigComponent extends FormReactive implements OnInit { | |||
36 | super() | 36 | super() |
37 | 37 | ||
38 | this.resolutions = [ | 38 | this.resolutions = [ |
39 | { | 39 | { |
40 | id: '0p', | 40 | id: '0p', |
41 | label: this.i18n('Audio-only') | 41 | label: this.i18n('Audio-only') |
42 | }, | 42 | }, |