Skip to content

Commit

Permalink
Merge branch 'main' into addtoMasterJSON
Browse files Browse the repository at this point in the history
  • Loading branch information
danielfang97 authored Sep 4, 2024
2 parents 5f2c26e + eded0bc commit 1e2ac2c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions frontend/components/Search/AdvancedSearch/Options.js
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ export default function Options(properties) {
<div className={styles.inputsection}>
<div className={styles.labelsection}>
<span>Select Creator</span>
<Tooltip text="xyz">
<Tooltip text="Select the Creator">
<FontAwesomeIcon icon={faInfoCircle} className={styles.infoIcon} />
</Tooltip>
</div>
Expand All @@ -84,7 +84,7 @@ export default function Options(properties) {
<div className={styles.inputsection}>
<div className={styles.labelsection}>
<span>Select Part Type</span>
<Tooltip text="abc">
<Tooltip text="Select the Part Type">
<FontAwesomeIcon icon={faInfoCircle} className={styles.infoIcon} />
</Tooltip>
</div>
Expand All @@ -107,7 +107,7 @@ export default function Options(properties) {
<div className={styles.inputsection}>
<div className={styles.labelsection}>
<span>Select Part Role</span>
<Tooltip text="lmn">
<Tooltip text="Select the Part Role">
<FontAwesomeIcon icon={faInfoCircle} className={styles.infoIcon} />
</Tooltip>
</div>
Expand All @@ -129,7 +129,7 @@ export default function Options(properties) {
<div className={styles.inputsection}>
<div className={styles.labelsection}>
<span>Select Object Type</span>
<Tooltip text="uvw.">
<Tooltip text="Select the Object Type">
<FontAwesomeIcon icon={faInfoCircle} className={styles.infoIcon} />
</Tooltip>
</div>
Expand All @@ -152,7 +152,7 @@ export default function Options(properties) {
<div className={styles.inputsection}>
<div className={styles.labelsection}>
<span>Select Collections</span>
<Tooltip text="xyz.">
<Tooltip text="Select the Collections">
<FontAwesomeIcon icon={faInfoCircle} className={styles.infoIcon} />
</Tooltip>
</div>
Expand Down

0 comments on commit 1e2ac2c

Please sign in to comment.