Bisq: Adding missing privacy policy, locale selector

fixes #1096
This commit is contained in:
softsimon 2022-01-07 23:38:31 +04:00
parent bfe5d3ae49
commit c41ac34978
No known key found for this signature in database
GPG Key ID: 488D7DCFB5A430D7

View File

@ -105,10 +105,12 @@
</ng-container>
</div>
<app-language-selector *ngIf="stateService.env.BASE_MODULE !== 'bisq'"></app-language-selector>
<app-language-selector></app-language-selector>
<div class="text-small text-center mt-3">
<a [routerLink]="['/terms-of-service']" i18n="shared.terms-of-service|Terms of Service">Terms of Service</a>
|
<a [routerLink]="['/privacy-policy']" i18n="shared.privacy-policy|Privacy Policy">Privacy Policy</a>
</div>
</div>