corona-warn-app / cwa-website

Corona-Warn-App website. The CWA development ended on May 31, 2023. You still can warn other users until April 30, 2023. More information:
https://coronawarn.app/en/faq/#ramp_down
Apache License 2.0
521 stars 224 forks source link

Inconsistent use of date formats in FAQ #3345

Closed dsarkar closed 1 year ago

dsarkar commented 1 year ago

Where to find the issue

EN FAQ

Describe the issue

Inconsistent use of date formats

Suggested change

See https://github.com/corona-warn-app/cwa-website/pull/3344#issuecomment-1401508445


Internal Tracking ID: EXPOSUREAPP-14625

MikeMcC399 commented 1 year ago

In http://localhost:8000/en/faq/results/#mutation the grammar is incorrect

"To date, the risk assessment was improved and adapted on the Feb 23, 2021, on the Mar 19, 2021 and on the Apr 16, 2021."

should be

"To date, the risk assessment was improved and adapted on Feb 23, 2021, on Mar 19, 2021 and on Apr 16, 2021."

without "the".

Perhaps this could also be corrected?

MikeMcC399 commented 1 year ago

http://localhost:8000/en/faq/results/#rooted_devices

shows "24 January, 2023" which should be "January 24, 2023"

MikeMcC399 commented 1 year ago
dsarkar commented 1 year ago

@MikeMcC399 thanks for assisting, all PRs merged now.

larswmh commented 1 year ago

Thanks for your help with this issue @MikeMcC399