diff options
Diffstat (limited to 'client/src/app/modal/welcome-modal.component.html')
-rw-r--r-- | client/src/app/modal/welcome-modal.component.html | 26 |
1 files changed, 14 insertions, 12 deletions
diff --git a/client/src/app/modal/welcome-modal.component.html b/client/src/app/modal/welcome-modal.component.html index c83b53c2c..79e6d4667 100644 --- a/client/src/app/modal/welcome-modal.component.html +++ b/client/src/app/modal/welcome-modal.component.html | |||
@@ -7,24 +7,24 @@ | |||
7 | <div class="modal-body"> | 7 | <div class="modal-body"> |
8 | 8 | ||
9 | <div class="block-links"> | 9 | <div class="block-links"> |
10 | <div class="subtitle">Useful links</div> | 10 | <div i18n class="subtitle">Useful links</div> |
11 | 11 | ||
12 | <ul> | 12 | <ul> |
13 | <li> | 13 | <li i18n> |
14 | Official PeerTube website: <a href="https://joinpeertube.org" target="_blank" rel="noopener noreferrer">https://joinpeertube.org</a> | 14 | Official PeerTube website: <a href="https://joinpeertube.org" target="_blank" rel="noopener noreferrer">https://joinpeertube.org</a> |
15 | </li> | 15 | </li> |
16 | 16 | ||
17 | <li> | 17 | <li i18n> |
18 | Discover CLI PeerTube tools (to upload or import videos, parse logs, prune storage directories, reset user password...): | 18 | Discover CLI PeerTube tools (to upload or import videos, parse logs, prune storage directories, reset user password...): |
19 | <a href="https://docs.joinpeertube.org/#/maintain-tools" target="_blank" rel="noopener noreferrer">https://docs.joinpeertube.org/#/maintain-tools</a> | 19 | <a href="https://docs.joinpeertube.org/#/maintain-tools" target="_blank" rel="noopener noreferrer">https://docs.joinpeertube.org/#/maintain-tools</a> |
20 | </li> | 20 | </li> |
21 | 21 | ||
22 | <li> | 22 | <li i18n> |
23 | Understand how to administer your instance (managing users, following other instances, dealing with spammers...): | 23 | Understand how to administer your instance (managing users, following other instances, dealing with spammers...): |
24 | <a href="https://docs.joinpeertube.org/#/admin-following-instances" target="_blank" rel="noopener noreferrer">https://docs.joinpeertube.org/#/admin-following-instances</a> | 24 | <a href="https://docs.joinpeertube.org/#/admin-following-instances" target="_blank" rel="noopener noreferrer">https://docs.joinpeertube.org/#/admin-following-instances</a> |
25 | </li> | 25 | </li> |
26 | 26 | ||
27 | <li> | 27 | <li i18n> |
28 | Learn how to use PeerTube (setup your account, managing video playlists, discover third-party applications...): | 28 | Learn how to use PeerTube (setup your account, managing video playlists, discover third-party applications...): |
29 | <a href="https://docs.joinpeertube.org/#/use-setup-account" target="_blank" rel="noopener noreferrer">https://docs.joinpeertube.org/#/use-setup-account</a> | 29 | <a href="https://docs.joinpeertube.org/#/use-setup-account" target="_blank" rel="noopener noreferrer">https://docs.joinpeertube.org/#/use-setup-account</a> |
30 | </li> | 30 | </li> |
@@ -32,30 +32,32 @@ | |||
32 | </div> | 32 | </div> |
33 | 33 | ||
34 | <div class="block-configuration"> | 34 | <div class="block-configuration"> |
35 | <div class="subtitle">Configure your instance</div> | 35 | <div i18n class="subtitle">Configure your instance</div> |
36 | 36 | ||
37 | <p> | 37 | <p i18n> |
38 | Now it's time to configure your instance! Choosing your <strong>instance name</strong>, <strong>setting up a description</strong>, | 38 | Now it's time to configure your instance! Choosing your <strong>instance name</strong>, <strong>setting up a description</strong>, |
39 | specifying <strong>who you are</strong> and <strong>how long</strong> you plan to <strong>maintain your instance</strong> | 39 | specifying <strong>who you are</strong> and <strong>how long</strong> you plan to <strong>maintain your instance</strong> |
40 | is very important for visitors to understand on what type of instance they are. | 40 | is very important for visitors to understand on what type of instance they are. |
41 | </p> | 41 | </p> |
42 | 42 | ||
43 | <p> | 43 | <p i18n> |
44 | If you want to open registrations, please decide what are <strong>your moderation rules</strong>, fill your <strong>instance terms</strong> | 44 | If you want to open registrations, please decide what are <strong>your moderation rules</strong>, fill your <strong>instance terms</strong> |
45 | and specify the categories and languages you speak. This way, users that are looking for a PeerTube instance on which they can register | 45 | and specify the categories and languages you speak. This way, users that are looking for a PeerTube instance on which they can register |
46 | will be able to choose <strong>the right one</strong>. | 46 | will be able to choose <strong>the right one</strong>. |
47 | </p> | 47 | </p> |
48 | 48 | ||
49 | <div class="configure-instance"> | 49 | <div class="configure-instance"> |
50 | <a href="/admin/config/edit-custom" target="_blank" rel="noopener noreferrer">Configure your instance</a> | 50 | <a i18n href="/admin/config/edit-custom" target="_blank" rel="noopener noreferrer">Configure your instance</a> |
51 | </div> | 51 | </div> |
52 | </div> | 52 | </div> |
53 | 53 | ||
54 | <div class="block-instance"> | 54 | <div class="block-instance"> |
55 | <div class="subtitle">Index your instance</div> | 55 | <div i18n class="subtitle">Index your instance</div> |
56 | 56 | ||
57 | If you want, you can index your PeerTube instance on the public PeerTube instances list: | 57 | <ng-container i18n> |
58 | <a href="https://instances.joinpeertube.org/instances">https://instances.joinpeertube.org/instances</a> | 58 | If you want, you can index your PeerTube instance on the public PeerTube instances list: |
59 | <a href="https://instances.joinpeertube.org/instances">https://instances.joinpeertube.org/instances</a> | ||
60 | </ng-container> | ||
59 | </div> | 61 | </div> |
60 | </div> | 62 | </div> |
61 | 63 | ||