diff options
Diffstat (limited to 'client/src/app/+signup')
-rw-r--r-- | client/src/app/+signup/shared/signup-success.component.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/app/+signup/shared/signup-success.component.html b/client/src/app/+signup/shared/signup-success.component.html index e35f858c6..9bd381b78 100644 --- a/client/src/app/+signup/shared/signup-success.component.html +++ b/client/src/app/+signup/shared/signup-success.component.html | |||
@@ -5,7 +5,7 @@ | |||
5 | <polyline class="path check" fill="none" stroke="#73AF55" stroke-width="6" stroke-linecap="round" stroke-miterlimit="10" points="100.2,40.2 51.5,88.8 29.8,67.5 "/> | 5 | <polyline class="path check" fill="none" stroke="#73AF55" stroke-width="6" stroke-linecap="round" stroke-miterlimit="10" points="100.2,40.2 51.5,88.8 29.8,67.5 "/> |
6 | </svg> | 6 | </svg> |
7 | 7 | ||
8 | <p class="bottom-message">Welcome on PeerTube!</p> | 8 | <p i18n class="bottom-message">Welcome on PeerTube!</p> |
9 | 9 | ||
10 | <div *ngIf="message" class="alert alert-success"> | 10 | <div *ngIf="message" class="alert alert-success"> |
11 | <p>{{ message }}</p> | 11 | <p>{{ message }}</p> |