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
|
||||
label={
|
||||
couldProbablyModelMoreData
|
||||
? "Not modeled yet"
|
||||
? "Item needs models"
|
||||
: "Not compatible"
|
||||
}
|
||||
placement="top"
|
||||
|
@ -1021,7 +1021,7 @@ function SpeciesFaceOption({
|
|||
disabledExplanation = "(Can't be this color)";
|
||||
} else if (!bodyIsCompatible) {
|
||||
disabledExplanation = couldProbablyModelMoreData
|
||||
? "(Not modeled yet)"
|
||||
? "(Item needs models)"
|
||||
: "(Not compatible)";
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue