From 28ec7082ee93fbc16020b2636463c7c8baf1c2ed Mon Sep 17 00:00:00 2001 From: Stefan Zermatten Date: Fri, 10 Sep 2021 17:14:39 +0200 Subject: [PATCH] Fixed typo in slot form --- app/imports/ui/properties/forms/SlotForm.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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', }], };