Open gitinthehole opened 11 months ago
On job-list.component.html, NO_MATCHING_JOBS is not translating.
job-list.component.html
NO_MATCHING_JOBS
No matching jobs
en.json
Current
Expected
src/app/job-list/job-list.component.html
'NO_MATCHING_JOBS '
'NO_MATCHING_JOBS'
On
job-list.component.html
,NO_MATCHING_JOBS
is not translating.Current behavior
NO_MATCHING_JOBS
Expected behavior
No matching jobs
from theen.json
file.Steps to replicate behavior
Screenshots
Current
Expected
Resolution
src/app/job-list/job-list.component.html
, line 34, there is an extra space:'NO_MATCHING_JOBS '
.'NO_MATCHING_JOBS'