diff --git a/client/src/app/shared/shared-user-settings/user-video-settings.component.ts b/client/src/app/shared/shared-user-settings/user-video-settings.component.ts index ad2dddf59..bf474ecec 100644 --- a/client/src/app/shared/shared-user-settings/user-video-settings.component.ts +++ b/client/src/app/shared/shared-user-settings/user-video-settings.component.ts @@ -136,7 +136,7 @@ export class UserVideoSettingsComponent extends FormReactive implements OnInit, next: () => { this.authService.refreshUserInformation() - if (this.notifyOnUpdate) this.notifier.success($localize`Video settings updated.`, 'toto', 15000) + if (this.notifyOnUpdate) this.notifier.success($localize`Video settings updated.`) }, error: err => this.notifier.error(err.message)