bullhorn / career-portal

A Bullhorn Platform SDK app that allows candidates to search for and apply to jobs.
https://bullhorn.github.io/career-portal/
MIT License
133 stars 152 forks source link

NO_MATCHING_JOBS not translating #534

Open gitinthehole opened 11 months ago

gitinthehole commented 11 months ago

On job-list.component.html, NO_MATCHING_JOBS is not translating.

Current behavior

Expected behavior

Steps to replicate behavior

  1. Compile and load the site with no jobs.

Screenshots

Current

Screenshot 2024-01-02 at 10 22 17 AM Screenshot 2024-01-02 at 10 22 43 AM

Expected

Screenshot 2024-01-02 at 10 22 27 AM Screenshot 2024-01-02 at 10 22 51 AM

Resolution

  1. In src/app/job-list/job-list.component.html, line 34, there is an extra space: 'NO_MATCHING_JOBS '.
  2. Remove the extra space: 'NO_MATCHING_JOBS' Screenshot 2024-01-02 at 10 25 49 AM