diff options
Diffstat (limited to 'client/src/app/signup/signup.component.ts')
-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 93d73a11e..1f3e2e146 100644 --- a/client/src/app/signup/signup.component.ts +++ b/client/src/app/signup/signup.component.ts | |||
@@ -101,7 +101,7 @@ export class SignupComponent extends FormReactive implements OnInit { | |||
101 | const lines = [ | 101 | const lines = [ |
102 | SignupComponent.getApproximateTime(fullHdSeconds) + ' of full HD videos', | 102 | SignupComponent.getApproximateTime(fullHdSeconds) + ' of full HD videos', |
103 | SignupComponent.getApproximateTime(hdSeconds) + ' of HD videos', | 103 | SignupComponent.getApproximateTime(hdSeconds) + ' of HD videos', |
104 | SignupComponent.getApproximateTime(normalSeconds) + ' of normal quality videos' | 104 | SignupComponent.getApproximateTime(normalSeconds) + ' of average quality videos' |
105 | ] | 105 | ] |
106 | 106 | ||
107 | this.quotaHelpIndication = lines.join('<br />') | 107 | this.quotaHelpIndication = lines.join('<br />') |