diff options
author | Chocobozzz <me@florianbigard.com> | 2020-05-06 14:01:30 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2020-05-06 14:03:23 +0200 |
commit | f375bb3db401e42b4317545a7e40dcfda692604d (patch) | |
tree | d2b978a63934f4cc0134674b00d678e8518e7e4f /client/src/app/login/login.component.html | |
parent | 86ab22921b3ea2660715d1db47fec7037b309d12 (diff) | |
download | PeerTube-f375bb3db401e42b4317545a7e40dcfda692604d.tar.gz PeerTube-f375bb3db401e42b4317545a7e40dcfda692604d.tar.zst PeerTube-f375bb3db401e42b4317545a7e40dcfda692604d.zip |
Add ability to override login signup message
Diffstat (limited to 'client/src/app/login/login.component.html')
-rw-r--r-- | client/src/app/login/login.component.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/app/login/login.component.html b/client/src/app/login/login.component.html index a935c86c3..599b203ae 100644 --- a/client/src/app/login/login.component.html +++ b/client/src/app/login/login.component.html | |||
@@ -8,7 +8,7 @@ | |||
8 | </div> | 8 | </div> |
9 | 9 | ||
10 | <ng-container *ngIf="!externalAuthError && !isAuthenticatedWithExternalAuth"> | 10 | <ng-container *ngIf="!externalAuthError && !isAuthenticatedWithExternalAuth"> |
11 | <div class="alert alert-info" *ngIf="signupAllowed === false" role="alert"> | 11 | <div class="looking-for-account alert alert-info" *ngIf="signupAllowed === false" role="alert"> |
12 | <h6 class="alert-heading" i18n> | 12 | <h6 class="alert-heading" i18n> |
13 | If you are looking for an account… | 13 | If you are looking for an account… |
14 | </h6> | 14 | </h6> |