|
|
|
@ -35,7 +35,7 @@ class LpAiHelper |
|
|
|
|
if ($hasSingleApi) { |
|
|
|
|
$apiName = $availableApis[$configuredApi] ?? $configuredApi; |
|
|
|
|
$form->addHtml('<div style="margin-bottom: 10px; font-size: 14px; color: #555;">' |
|
|
|
|
. get_lang('UsingAIProvider') . ': <strong>' . htmlspecialchars($apiName) . '</strong></div>'); |
|
|
|
|
.sprintf(get_lang('UsingAIProviderX'), '<strong>'.htmlspecialchars($apiName).'</strong>').'</div>'); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
$form->addElement('text', 'lp_name', [get_lang('LpAiTopic'), get_lang('LpAiTopicHelp')]); |
|
|
|
|