mirror of
https://gh.llkk.cc/https://github.com/presswizards/FreeScoutGPT.git
synced 2025-10-04 16:01:12 +08:00
Fix Generate Answer menu item case
This commit is contained in:
parent
2fa4ba5e0c
commit
ca63457ffa
1 changed files with 1 additions and 1 deletions
|
@ -99,7 +99,7 @@ class FreeScoutGPTServiceProvider extends ServiceProvider
|
|||
return;
|
||||
}
|
||||
?>
|
||||
<li><a class="chatgpt-get" href="#" target="_blank" role="button"><?php echo __("Generate answer (GPT)")?></a></li>
|
||||
<li><a class="chatgpt-get" href="#" target="_blank" role="button"><?php echo __("Generate Answer (GPT)")?></a></li>
|
||||
<?php
|
||||
}, 100);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue