Skip to content

remove second period from output when there are no vacancy announcements

Eric Rubino requested to merge issue/usajobs-3439485:2.0.x into 2.0.x

In UsaJobsBlock.php the function build() has a condition statement if the job is empty to out put "There are no vacancy announcements at this time.." which is grammatically incorrect due to ending the sentence with two periods. I have removed the second period.

Merge request reports