diff --git a/app/imports/ui/properties/forms/SlotForm.vue b/app/imports/ui/properties/forms/SlotForm.vue index 38d09dba..a29a5a6a 100644 --- a/app/imports/ui/properties/forms/SlotForm.vue +++ b/app/imports/ui/properties/forms/SlotForm.vue @@ -187,7 +187,7 @@ text: 'Each property inside this slot should be unique', value: 'uniqueInSlot', }, { - text: 'Properties in this slot should be unique accross the whole character', + text: 'Properties in this slot should be unique across the whole character', value: 'uniqueInCreature', }], };