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 &#32).
pull/5386/head
treac1e 2022-10-26 17:34:21 +02:00 committed by Chocobozzz
parent 6689214920
commit b67580aa65
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
<div class="privacy-concerns" *ngIf="display">
<div class="privacy-concerns-text">
<span class="me-2">
<strong i18n>Friendly Reminder: </strong>
<strong i18n>Friendly Reminder:</strong>&#32;
<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.
</ng-container>