Change "Not modeled yet" -> "Item needs models"
This commit is contained in:
parent
be151ab400
commit
958d9c16b8
1 changed files with 2 additions and 2 deletions
|
@ -754,7 +754,7 @@ function ItemPageOutfitPreview({ itemId }) {
|
||||||
<Tooltip
|
<Tooltip
|
||||||
label={
|
label={
|
||||||
couldProbablyModelMoreData
|
couldProbablyModelMoreData
|
||||||
? "Not modeled yet"
|
? "Item needs models"
|
||||||
: "Not compatible"
|
: "Not compatible"
|
||||||
}
|
}
|
||||||
placement="top"
|
placement="top"
|
||||||
|
@ -1021,7 +1021,7 @@ function SpeciesFaceOption({
|
||||||
disabledExplanation = "(Can't be this color)";
|
disabledExplanation = "(Can't be this color)";
|
||||||
} else if (!bodyIsCompatible) {
|
} else if (!bodyIsCompatible) {
|
||||||
disabledExplanation = couldProbablyModelMoreData
|
disabledExplanation = couldProbablyModelMoreData
|
||||||
? "(Not modeled yet)"
|
? "(Item needs models)"
|
||||||
: "(Not compatible)";
|
: "(Not compatible)";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue