diff --git a/module/ai/view/prompts.html.php b/module/ai/view/prompts.html.php
index bd371749da..b8f84d52c2 100644
--- a/module/ai/view/prompts.html.php
+++ b/module/ai/view/prompts.html.php
@@ -72,7 +72,15 @@
createdBy;?> |
createdDate;?> |
- targetForm;?> |
+
+ targetForm)
+ {
+ $targetFormPath = explode('.', $prompt->targetForm);
+ if(count($targetFormPath) == 2) echo $lang->ai->targetForm[$targetFormPath[0]]['common'] . ' / ' . $lang->ai->targetForm[$targetFormPath[0]][$targetFormPath[1]];
+ }
+ ?>
+ |
desc;?> |
|