diff --git a/frontend/src/components/SpeciesSection.jsx b/frontend/src/components/SpeciesSection.jsx
index 39ce2b8946..c4c95bd000 100644
--- a/frontend/src/components/SpeciesSection.jsx
+++ b/frontend/src/components/SpeciesSection.jsx
@@ -18,9 +18,7 @@ export default function SpeciesSection({ species, setSpecies, isValidForm }) {
-
-
-
+ *
@@ -29,17 +27,9 @@ export default function SpeciesSection({ species, setSpecies, isValidForm }) {
-
-
-
+ *
-
+
{!isValidForm && !species && (
diff --git a/frontend/src/locale/en.json b/frontend/src/locale/en.json
index befc06b6a2..f39b194ad5 100644
--- a/frontend/src/locale/en.json
+++ b/frontend/src/locale/en.json
@@ -287,7 +287,5 @@
"EMPTY_REQUIRED_FIELD": "Empty Required Field",
"IMAGES_REQUIRED_ANON_WARNING": "Images are required for anonymous submission. Add images or sign in.",
"CONTACT_OTHERS": "For others",
- "EMPTY_REQUIRED_WARNING": "This field cannot be empty",
- "REQUIRED_ASTERISK": " *",
- "UNKNOWN": "Unknown"
+ "EMPTY_REQUIRED_WARNING": "This field cannot be empty"
}
\ No newline at end of file