- {i18n.language === "en" ? (
- // English with a/an logic plus label
- <>
- {/^[aeiou]/i.test(search?.label || "") ? (
-
+ {state == "reviewing" && (
+ <>
+
+ {i18n.language === "en" ? (
+ // English with a/an logic plus label
+ <>
+ {/^[aeiou]/i.test(search?.label || "") ? (
+
+ explore.plus.review.question.ask_an
+
+ ) : (
+
+ explore.plus.review.question.ask_a
+
+ )}
+ >
) : (
+ // For other languages
- explore.plus.review.question.ask_a
+ explore.plus.review.question.ask_full
)}
- >
- ) : (
- // For other languages
-
- explore.plus.review.question.ask_full
-
- )}
-
-
-
-
-
- >
- )}
- {state == "uploading" &&
}
- {state == "submitted" && (
-
-
- {t("explore.plus.review.state.submitted")}
+
+
+
+
+
+ >
+ )}
+ {state == "uploading" &&
}
+ {state == "submitted" && (
+
+
+ {t("explore.plus.review.state.submitted")}
+
+ )}