Skip to content

Commit

Permalink
Added default strings for empty FAQ page
Browse files Browse the repository at this point in the history
  • Loading branch information
cremertim committed Oct 13, 2024
1 parent 7982188 commit 70cda66
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ <h2 class="markdown-preview" jhiTranslate="artemisApp.faq.noExisting"></h2>
<jhi-course-faq-accordion [faq]="faq"></jhi-course-faq-accordion>
}
</div>
@if (filteredFaqs.length === 0 && faqs.length != 0) {
@if (filteredFaqs.length === 0 && faqs.length > 0) {
<h2 class="markdown-preview" jhiTranslate="artemisApp.faq.noMatching"></h2>
}
</div>

0 comments on commit 70cda66

Please sign in to comment.