(fix) Display 'No Results' text when searching help questions instead of no feedback - fixes #1501
Fixes #1501 by adding 'No Results' text when searching help questions instead of no feedback
0/1 thread resolved
- Last updated by Guy Thouret
27 27 </div> 28 28 </div> 29 29 30 <div *ngIf="noResults" 31 class="m-helpdeskSearch__results m-border" 32 > 33 <div class="m-helpdeskSearch__result"> - Maintainer
This should have one of our translation @@markers
- Developer
I added i18n tag to the element with 'no results' text, does that satisfy?
added 1 commit
- b9d287e6 - (fix): Add missing i18n tag to hekpdesk dashboard search result
approved this merge request