Skip to content

Commit

Permalink
Fix country rule display
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocobozzz committed Jan 10, 2025
1 parent 41207ff commit 8cf737f
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ <h4 i18n>Usage rules</h4>

<div class="blocks">

<div class="usage-rule">
<div class="usage-rule" *ngIf="config.instance.serverCountry">
<div class="icon-container">
<my-global-icon iconName="message-circle"></my-global-icon>

Expand All @@ -56,7 +56,7 @@ <h4 i18n>Usage rules</h4>
</div>
</div>

<div *ngIf="config.instance.serverCountry">
<div>
<strong i18n>This platform has been created in {{ config.instance.serverCountry }}</strong>
<div class="rule-content">
<ng-container i18n>Your content (comments, videos...) must comply with the legislation in force in this country.</ng-container>
Expand Down

0 comments on commit 8cf737f

Please sign in to comment.