X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fsrc%2Fapp%2Fcore%2Fauth%2Fauth.service.ts;h=9ec404557bca9db9df86aad3a56f9e38c14e5d14;hb=25acef90a85c1584880dec96aa402f896af8364a;hp=363f58155e7f277871a128d409daf0b75d0ae272;hpb=632f9815c6ab87fce3f3f7399cef9f7679fde908;p=github%2FChocobozzz%2FPeerTube.git diff --git a/client/src/app/core/auth/auth.service.ts b/client/src/app/core/auth/auth.service.ts index 363f58155..9ec404557 100644 --- a/client/src/app/core/auth/auth.service.ts +++ b/client/src/app/core/auth/auth.service.ts @@ -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.' )