]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/app/core/auth/auth.service.ts
Fix i18n in components
[github/Chocobozzz/PeerTube.git] / client / src / app / core / auth / auth.service.ts
index 363f58155e7f277871a128d409daf0b75d0ae272..9ec404557bca9db9df86aad3a56f9e38c14e5d14 100644 (file)
@@ -76,7 +76,7 @@ export class AuthService {
             let errorMessage = error.message
 
             if (error.status === 403) {
-              errorMessage = this.i18n('Cannot retrieve OAuth Client credentials: {{ errorText }}.\n', { errorText: error.text })
+              errorMessage = this.i18n('Cannot retrieve OAuth Client credentials: {{errorText}}.\n', { errorText: error.text })
               errorMessage += this.i18n(
                 'Ensure you have correctly configured PeerTube (config/ directory), in particular the "webserver" section.'
               )