NO_MATCHING_JOBS not translating
Opened this issue · 0 comments
gitinthehole commented
On job-list.component.html
, NO_MATCHING_JOBS
is not translating.
Current behavior
- On compile, the output shows
NO_MATCHING_JOBS
Expected behavior
- On compile, the output should show the translated version. e.g., for English, it should show
No matching jobs
from theen.json
file.
Steps to replicate behavior
- Compile and load the site with no jobs.
Screenshots
Resolution
- In
src/app/job-list/job-list.component.html
, line 34, there is an extra space:'NO_MATCHING_JOBS '
. - Remove the extra space:
'NO_MATCHING_JOBS'