diff --git a/docs/changelog.rst b/docs/changelog.rst index bc3d800b..291bafad 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -6,6 +6,10 @@ Versions follow `Semantic Versioning`_ (``..``). Version History --------------- +4.0.3 (2023-09-14) +~~~~~~~~~~~~~~~~~~ +* Fix typo ("ge" instead of "get") in green Reload button in report file. + 4.0.2 (2023-09-12) ~~~~~~~~~~~~~~~~~~ diff --git a/src/pytest_html/resources/index.jinja2 b/src/pytest_html/resources/index.jinja2 index 2e72bc7b..f2e32b9b 100644 --- a/src/pytest_html/resources/index.jinja2 +++ b/src/pytest_html/resources/index.jinja2 @@ -74,7 +74,7 @@

(Un)check the boxes to filter the results.

-
There are still tests running.
Reload this page to ge the latest results!
+
There are still tests running.
Reload this page to get the latest results!