Update ActionForm.vue
As is, the hints for the Summary and Description field are outdated
This commit is contained in:
@@ -73,7 +73,7 @@
|
|||||||
|
|
||||||
<inline-computation-field
|
<inline-computation-field
|
||||||
label="Summary"
|
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"
|
:model="model.summary"
|
||||||
:error-messages="errors.summary"
|
:error-messages="errors.summary"
|
||||||
@change="({path, value, ack}) =>
|
@change="({path, value, ack}) =>
|
||||||
@@ -82,7 +82,6 @@
|
|||||||
|
|
||||||
<inline-computation-field
|
<inline-computation-field
|
||||||
label="Description"
|
label="Description"
|
||||||
hint="This text will be displayed in the log when the action is taken"
|
|
||||||
:model="model.description"
|
:model="model.description"
|
||||||
:error-messages="errors.description"
|
:error-messages="errors.description"
|
||||||
@change="({path, value, ack}) =>
|
@change="({path, value, ack}) =>
|
||||||
|
|||||||
Reference in New Issue
Block a user