bcgov / NRPTI

Natural Resources Public Transparency Initiative
Apache License 2.0
5 stars 15 forks source link

Minor typos in HTML #1185

Closed RFK250 closed 6 months ago

RFK250 commented 7 months ago

Describe the task Update HTML of the NRCED landing page and records page to ensure users see "Natural Resource Compliance & Enforcement Database"

Purpose Currently, there are inconsistent displays of the title, including "Resource" or "Resources" and "and" or "&" depending on where you look.

Acceptance Criteria GIVEN I am viewing the title of the database THEN I see the phrase "Natural Resource Compliance and Enforcement Database"

Additional context Pages: here and here Fixes:

  1. Top left of both pages (remove the "s" and change "&" to "and")

    image.png
  2. Title on Records page (remove the "s")

    image.png
davidclaveau commented 6 months ago

Very straightforward changes to the HTML and a few TypeScript files where there was erroneous or incorrectly formatted text. Also added some updates to the migrations README.