]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts
Fix grammar in translation documentation
[github/Chocobozzz/PeerTube.git] / client / src / app / +admin / config / edit-custom-config / edit-custom-config.component.ts
index c3eac68bbf419474aa73826577d49da65e021b6d..d81859d5c34eeb5a6860ec13fd905ed9d0c879ad 100644 (file)
@@ -18,7 +18,7 @@ import { NgbTabset } from '@ng-bootstrap/ng-bootstrap'
   styleUrls: [ './edit-custom-config.component.scss' ]
 })
 export class EditCustomConfigComponent extends FormReactive implements OnInit, AfterViewChecked {
-  @ViewChild('tabs') private tabs: NgbTabset
+  @ViewChild('tabs') tabs: NgbTabset
 
   initDone = false
   customConfig: CustomConfig