Merge pull request #301 from Jonpot/patch-2

Update ActionForm with hints that represent what will be logged by the action engine
This commit is contained in:
ThaumRystra
2024-11-05 12:23:16 +02:00
committed by GitHub

View File

@@ -76,7 +76,7 @@
<inline-computation-field
label="Summary"
hint="This will appear in the action card in the character sheet, summarize 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.text']"
@change="({path, value, ack}) =>
@@ -85,7 +85,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.text']"
@change="({path, value, ack}) =>