mirror of https://github.com/Chocobozzz/PeerTube
Update privacy-concerns.component.html
When translated, the white space after "Reminder:" is cut off, so in other languages there is no white space between the "Reminder:" and the following text, which looks ugly (e.g. in the German translation). A solution is to move the space behind the translated phrase (using the html-entity for space  ).pull/5386/head
parent
6689214920
commit
b67580aa65
|
@ -1,7 +1,7 @@
|
||||||
<div class="privacy-concerns" *ngIf="display">
|
<div class="privacy-concerns" *ngIf="display">
|
||||||
<div class="privacy-concerns-text">
|
<div class="privacy-concerns-text">
|
||||||
<span class="me-2">
|
<span class="me-2">
|
||||||
<strong i18n>Friendly Reminder: </strong>
|
<strong i18n>Friendly Reminder:</strong> 
|
||||||
<ng-container i18n>
|
<ng-container i18n>
|
||||||
the sharing system used for this video implies that some technical information about your system (such as a public IP address) can be sent to other peers.
|
the sharing system used for this video implies that some technical information about your system (such as a public IP address) can be sent to other peers.
|
||||||
</ng-container>
|
</ng-container>
|
||||||
|
|
Loading…
Reference in New Issue