aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+signup/+register/register.component.ts
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2022-06-28 10:27:01 +0200
committerChocobozzz <me@florianbigard.com>2022-06-28 10:27:01 +0200
commit4c8a099198cd3af049847df91140735354b85a92 (patch)
tree721e7fed9ff227975e7b79ee95bd6ddb19bd0a4c /client/src/app/+signup/+register/register.component.ts
parentdaa0226b0a2ae1d19b342c2b7a54267d2fd8d30e (diff)
downloadPeerTube-4c8a099198cd3af049847df91140735354b85a92.tar.gz
PeerTube-4c8a099198cd3af049847df91140735354b85a92.tar.zst
PeerTube-4c8a099198cd3af049847df91140735354b85a92.zip
Registration css fixes
Diffstat (limited to 'client/src/app/+signup/+register/register.component.ts')
-rw-r--r--client/src/app/+signup/+register/register.component.ts4
1 files changed, 2 insertions, 2 deletions
diff --git a/client/src/app/+signup/+register/register.component.ts b/client/src/app/+signup/+register/register.component.ts
index 396b27e5a..4ab327b1b 100644
--- a/client/src/app/+signup/+register/register.component.ts
+++ b/client/src/app/+signup/+register/register.component.ts
@@ -42,8 +42,8 @@ export class RegisterComponent implements OnInit {
42 moderation: false 42 moderation: false
43 } 43 }
44 44
45 defaultPreviousStepButtonLabel = $localize`:Button on the registration form to go to the previous step:Go to the previous step` 45 defaultPreviousStepButtonLabel = $localize`Go to the previous step`
46 defaultNextStepButtonLabel = $localize`:Button on the registration form to go to the previous step:Go to the next step` 46 defaultNextStepButtonLabel = $localize`Go to the next step`
47 stepUserButtonLabel = this.defaultNextStepButtonLabel 47 stepUserButtonLabel = this.defaultNextStepButtonLabel
48 48
49 signupDisabled = false 49 signupDisabled = false