diff options
author | Chocobozzz <me@florianbigard.com> | 2019-09-03 11:23:20 +0200 |
---|---|---|
committer | Chocobozzz <chocobozzz@cpy.re> | 2019-09-05 10:17:02 +0200 |
commit | 592c735c19b25e9b38f82d90d15a81307902ed62 (patch) | |
tree | f7ce6b8b53ccfc51e6a7b56f1cd0602c73fdba5e /client/src/app/modal/instance-config-warning-modal.component.html | |
parent | 8ae03c37181822617418d1fc372982b245ac0a9a (diff) | |
download | PeerTube-592c735c19b25e9b38f82d90d15a81307902ed62.tar.gz PeerTube-592c735c19b25e9b38f82d90d15a81307902ed62.tar.zst PeerTube-592c735c19b25e9b38f82d90d15a81307902ed62.zip |
Better welcome modal
Diffstat (limited to 'client/src/app/modal/instance-config-warning-modal.component.html')
-rw-r--r-- | client/src/app/modal/instance-config-warning-modal.component.html | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/client/src/app/modal/instance-config-warning-modal.component.html b/client/src/app/modal/instance-config-warning-modal.component.html index f9e07333a..64f14e69b 100644 --- a/client/src/app/modal/instance-config-warning-modal.component.html +++ b/client/src/app/modal/instance-config-warning-modal.component.html | |||
@@ -10,7 +10,7 @@ | |||
10 | 10 | ||
11 | <ul> | 11 | <ul> |
12 | <li i18n *ngIf="about.instance.name.toLowerCase() === 'peertube'">Instance name</li> | 12 | <li i18n *ngIf="about.instance.name.toLowerCase() === 'peertube'">Instance name</li> |
13 | <li i18n *ngIf="about.instance.shortDescription">Instance short description</li> | 13 | <li i18n *ngIf="isDefaultShortDescription(about.instance.shortDescription)">Instance short description</li> |
14 | 14 | ||
15 | <li i18n *ngIf="!about.instance.administrator">Who you are</li> | 15 | <li i18n *ngIf="!about.instance.administrator">Who you are</li> |
16 | <li i18n *ngIf="!about.instance.maintenanceLifetime">How long you plan to maintain your instance</li> | 16 | <li i18n *ngIf="!about.instance.maintenanceLifetime">How long you plan to maintain your instance</li> |
@@ -20,7 +20,10 @@ | |||
20 | <li i18n *ngIf="!about.instance.terms">Instance terms</li> | 20 | <li i18n *ngIf="!about.instance.terms">Instance terms</li> |
21 | </ul> | 21 | </ul> |
22 | 22 | ||
23 | <p>Please consider to configure these fields to help people to choose <strong>the appropriate instance</strong>.</p> | 23 | <p> |
24 | Please consider to configure these fields to help people to choose <strong>the appropriate instance</strong>. | ||
25 | Without them, your instance may not be referenced on <a target="_blank" rel="noopener noreferrer" href="https://joinpeertube.org">JoinPeerTube website</a>. | ||
26 | </p> | ||
24 | 27 | ||
25 | <div class="configure-instance"> | 28 | <div class="configure-instance"> |
26 | <a i18n href="/admin/config/edit-custom" target="_blank" rel="noopener noreferrer">Configure these fields</a> | 29 | <a i18n href="/admin/config/edit-custom" target="_blank" rel="noopener noreferrer">Configure these fields</a> |