Update ActionForm.vue

As is, the hints for the Summary and Description field are outdated
This commit is contained in:
Jonpot
2022-11-21 16:14:55 -08:00
committed by GitHub
parent c55d572134
commit 55eae9ceca

View File

@@ -73,7 +73,7 @@
<inline-computation-field
label="Summary"
hint="This will appear in the action card in the character sheet, summarise what the action does"
hint="This will appear in the action card in the character sheet, summarise what the action does. This text will be displayed in the log when the action is taken"
:model="model.summary"
:error-messages="errors.summary"
@change="({path, value, ack}) =>
@@ -82,7 +82,6 @@
<inline-computation-field
label="Description"
hint="This text will be displayed in the log when the action is taken"
:model="model.description"
:error-messages="errors.description"
@change="({path, value, ack}) =>