diff options
author | Filip Bengtsson <me@autom.zone> | 2020-02-21 18:51:05 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-02-21 18:51:05 +0100 |
commit | 97eae8382eed6267f8f1e04e5aa47b314111c06c (patch) | |
tree | d9321d0258c7f2ce5554c50f12339e546710c990 /client/src/app/modal | |
parent | 14571f1995e3a1868a3280b7aad5005cff051c7d (diff) | |
download | PeerTube-97eae8382eed6267f8f1e04e5aa47b314111c06c.tar.gz PeerTube-97eae8382eed6267f8f1e04e5aa47b314111c06c.tar.zst PeerTube-97eae8382eed6267f8f1e04e5aa47b314111c06c.zip |
Mark additional strings as translatable (#2507)
Diffstat (limited to 'client/src/app/modal')
-rw-r--r-- | client/src/app/modal/instance-config-warning-modal.component.html | 2 |
1 files changed, 1 insertions, 1 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 93391c0a8..e303104c5 100644 --- a/client/src/app/modal/instance-config-warning-modal.component.html +++ b/client/src/app/modal/instance-config-warning-modal.component.html | |||
@@ -21,7 +21,7 @@ | |||
21 | <li i18n *ngIf="!about.instance.terms">Instance terms</li> | 21 | <li i18n *ngIf="!about.instance.terms">Instance terms</li> |
22 | </ul> | 22 | </ul> |
23 | 23 | ||
24 | <p> | 24 | <p i18n> |
25 | Please consider to configure these fields to help people to choose <strong>the appropriate instance</strong>. | 25 | Please consider to configure these fields to help people to choose <strong>the appropriate instance</strong>. |
26 | Without them, your instance may not be referenced on <a target="_blank" rel="noopener noreferrer" href="https://joinpeertube.org">JoinPeerTube website</a>. | 26 | Without them, your instance may not be referenced on <a target="_blank" rel="noopener noreferrer" href="https://joinpeertube.org">JoinPeerTube website</a>. |
27 | </p> | 27 | </p> |