diff options
author | Rigel Kent <sendmemail@rigelk.eu> | 2020-03-10 21:46:15 +0100 |
---|---|---|
committer | Rigel Kent <sendmemail@rigelk.eu> | 2020-03-10 21:46:19 +0100 |
commit | 9b3078581f2767c7aa2ed5766e1a588ebc0cb875 (patch) | |
tree | fc62b901721b4a7401367244ee0581e230a4cb99 /client/src/app/app.component.ts | |
parent | ac940348cdb6ea6d86a80e37b464b754826cb9ad (diff) | |
download | PeerTube-9b3078581f2767c7aa2ed5766e1a588ebc0cb875.tar.gz PeerTube-9b3078581f2767c7aa2ed5766e1a588ebc0cb875.tar.zst PeerTube-9b3078581f2767c7aa2ed5766e1a588ebc0cb875.zip |
Replace helpers with descriptions in admin configuration
Diffstat (limited to 'client/src/app/app.component.ts')
-rw-r--r-- | client/src/app/app.component.ts | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/client/src/app/app.component.ts b/client/src/app/app.component.ts index 629549ef2..1d077646c 100644 --- a/client/src/app/app.component.ts +++ b/client/src/app/app.component.ts | |||
@@ -4,10 +4,9 @@ import { Event, GuardsCheckStart, NavigationEnd, Router, Scroll } from '@angular | |||
4 | import { AuthService, RedirectService, ServerService, ThemeService } from '@app/core' | 4 | import { AuthService, RedirectService, ServerService, ThemeService } from '@app/core' |
5 | import { is18nPath } from '../../../shared/models/i18n' | 5 | import { is18nPath } from '../../../shared/models/i18n' |
6 | import { ScreenService } from '@app/shared/misc/screen.service' | 6 | import { ScreenService } from '@app/shared/misc/screen.service' |
7 | import { debounceTime, filter, map, pairwise } from 'rxjs/operators' | 7 | import { filter, map, pairwise } from 'rxjs/operators' |
8 | import { Hotkey, HotkeysService } from 'angular2-hotkeys' | 8 | import { Hotkey, HotkeysService } from 'angular2-hotkeys' |
9 | import { I18n } from '@ngx-translate/i18n-polyfill' | 9 | import { I18n } from '@ngx-translate/i18n-polyfill' |
10 | import { fromEvent } from 'rxjs' | ||
11 | import { PlatformLocation, ViewportScroller } from '@angular/common' | 10 | import { PlatformLocation, ViewportScroller } from '@angular/common' |
12 | import { PluginService } from '@app/core/plugins/plugin.service' | 11 | import { PluginService } from '@app/core/plugins/plugin.service' |
13 | import { HooksService } from '@app/core/plugins/hooks.service' | 12 | import { HooksService } from '@app/core/plugins/hooks.service' |