diff options
author | Chocobozzz <me@florianbigard.com> | 2018-06-04 18:12:48 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2018-06-05 08:43:02 +0200 |
commit | 510fefb194aba4b365b96b150f89a9f36306560c (patch) | |
tree | f43ec5e108debdfe3173761cdc6930c7bc778ffa /client/src/app/signup | |
parent | b1d40cff89f7cff565a98cdbcea9a624196a169a (diff) | |
download | PeerTube-510fefb194aba4b365b96b150f89a9f36306560c.tar.gz PeerTube-510fefb194aba4b365b96b150f89a9f36306560c.tar.zst PeerTube-510fefb194aba4b365b96b150f89a9f36306560c.zip |
Add french
Diffstat (limited to 'client/src/app/signup')
-rw-r--r-- | client/src/app/signup/signup.component.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/app/signup/signup.component.ts b/client/src/app/signup/signup.component.ts index 4a49ead50..72a0c045b 100644 --- a/client/src/app/signup/signup.component.ts +++ b/client/src/app/signup/signup.component.ts | |||
@@ -84,7 +84,7 @@ export class SignupComponent extends FormReactive implements OnInit { | |||
84 | () => { | 84 | () => { |
85 | this.notificationsService.success( | 85 | this.notificationsService.success( |
86 | this.i18n('Success'), | 86 | this.i18n('Success'), |
87 | this.i18n('Registration for {{ username }} complete.', { username: userCreate.username}) | 87 | this.i18n('Registration for {{ username }} complete.', { username: userCreate.username }) |
88 | ) | 88 | ) |
89 | this.redirectService.redirectToHomepage() | 89 | this.redirectService.redirectToHomepage() |
90 | }, | 90 | }, |