Fixed faq link
This commit is contained in:
parent
e0da18a0e6
commit
d570ed2b72
@ -16,7 +16,7 @@
|
||||
</ng-container>
|
||||
<ng-container *ngSwitchCase="'tooLessLocalStorage'">
|
||||
<span>{{ "QuotaExceededError: The local storage's quota is too low" | translate }}</span>
|
||||
<a href="https://support.openslides.com/help/de-de/7/57" target="_blank">{{ 'Click here for more information' | translate }}</a>
|
||||
<a href="https://support.openslides.com/help/de-de/8/57" target="_blank">{{ 'Click here for more information' | translate }}</a>
|
||||
</ng-container>
|
||||
<ng-container *ngSwitchDefault>
|
||||
<a class="banner-link" [routerLink]="banner.link" [style.cursor]="banner.link ? 'pointer' : 'default'">
|
||||
|
Loading…
Reference in New Issue
Block a user