diff options
author | Chocobozzz <me@florianbigard.com> | 2019-10-30 11:38:58 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2019-10-30 11:38:58 +0100 |
commit | 4618b6867a3be1f964234934f76525a3f8d3d902 (patch) | |
tree | 1ae15de476fb6272a3d1ae9f0d5f6b717e2badc9 /client/src/app/modal/welcome-modal.component.ts | |
parent | 2377a7f3cedf4156e3491a59cf736738ee14ab03 (diff) | |
download | PeerTube-4618b6867a3be1f964234934f76525a3f8d3d902.tar.gz PeerTube-4618b6867a3be1f964234934f76525a3f8d3d902.tar.zst PeerTube-4618b6867a3be1f964234934f76525a3f8d3d902.zip |
Update translations
Diffstat (limited to 'client/src/app/modal/welcome-modal.component.ts')
-rw-r--r-- | client/src/app/modal/welcome-modal.component.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/app/modal/welcome-modal.component.ts b/client/src/app/modal/welcome-modal.component.ts index 9097de984..19a147b85 100644 --- a/client/src/app/modal/welcome-modal.component.ts +++ b/client/src/app/modal/welcome-modal.component.ts | |||
@@ -25,7 +25,7 @@ export class WelcomeModalComponent { | |||
25 | }) | 25 | }) |
26 | } | 26 | } |
27 | 27 | ||
28 | private doNotOpenAgain () { | 28 | doNotOpenAgain () { |
29 | this.userService.updateMyProfile({ noWelcomeModal: true }) | 29 | this.userService.updateMyProfile({ noWelcomeModal: true }) |
30 | .subscribe( | 30 | .subscribe( |
31 | () => console.log('We will not open the welcome modal again.'), | 31 | () => console.log('We will not open the welcome modal again.'), |