X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fsrc%2Fapp%2F%2Bsignup%2F%2Bregister%2Fregister.component.ts;h=8e89bb01a25d66692c9ff28c602f12e61400b7d2;hb=e0fea785bf28966da09cdc16a274c9e750b488f4;hp=b1f5d8e93f2d16c0b3bad474039140b6ecc16f68;hpb=23cd3129a9f13691c25c1f0935cc781a9aa882db;p=github%2FChocobozzz%2FPeerTube.git diff --git a/client/src/app/+signup/+register/register.component.ts b/client/src/app/+signup/+register/register.component.ts index b1f5d8e93..8e89bb01a 100644 --- a/client/src/app/+signup/+register/register.component.ts +++ b/client/src/app/+signup/+register/register.component.ts @@ -38,7 +38,8 @@ export class RegisterComponent implements OnInit { moderation: false } - defaultNextStepButtonLabel = $localize`Next` + defaultPreviousStepButtonLabel = $localize`:Button on the registration form to go to the previous step:Back` + defaultNextStepButtonLabel = $localize`:Button on the registration form to go to the previous step:Next` stepUserButtonLabel = this.defaultNextStepButtonLabel private serverConfig: ServerConfig @@ -60,7 +61,7 @@ export class RegisterComponent implements OnInit { this.videoUploadDisabled = this.serverConfig.user.videoQuota === 0 this.stepUserButtonLabel = this.videoUploadDisabled - ? $localize`Signup` + ? $localize`:Button on the registration form to finalize the account and channel creation:Signup` : this.defaultNextStepButtonLabel this.hooks.runAction('action:signup.register.init', 'signup')