diff --git a/taxonomy-editor-frontend/src/pages/errors/index.tsx b/taxonomy-editor-frontend/src/pages/errors/index.tsx
index 9129e1c1..f56f3374 100644
--- a/taxonomy-editor-frontend/src/pages/errors/index.tsx
+++ b/taxonomy-editor-frontend/src/pages/errors/index.tsx
@@ -81,10 +81,10 @@ const Errors = ({ addNavLinks }) => {
- Taxonomy Name
+ Taxonomy name
- Branch Name
+ Branch name
@@ -105,7 +105,9 @@ const Errors = ({ addNavLinks }) => {
{errors.length > 0 && (
<>
- These errors must be fixed manually via Github!
+ These errors must be fixed manually first, by creating a cleanup
+ PR on GitHub:
+ https://github.com/openfoodfacts/openfoodfacts-server/tree/main/taxonomies
{
)}
{errors.length === 0 && (
- No Error, {toTitleCase(taxonomyName || "")} can be edited
+ ✅ Well done! No errors: {toTitleCase(taxonomyName || "")} can be
+ edited
)}