diff --git a/lang/en/ai.php b/lang/en/ai.php index 1ce557811d8..41f6b7b2fbb 100644 --- a/lang/en/ai.php +++ b/lang/en/ai.php @@ -89,7 +89,7 @@ $string['declineaipolicy'] = 'Decline'; $string['enableglobalratelimit'] = 'Set site-wide rate limit'; $string['enableglobalratelimit_help'] = 'Limit the number of requests that the AI provider can receive across the entire site every hour.'; $string['enableuserratelimit'] = 'Set user rate limit'; -$string['enableuserratelimit_help'] = 'Limit the number of requests each user can make to the OpenAI API provider every hour.'; +$string['enableuserratelimit_help'] = 'Limit the number of requests each user can make to the AI provider every hour.'; $string['error:actionnotfound'] = 'Action \'{$a}\' is not supported.'; $string['error:providernotfound'] = 'The AI provider instance is not found.'; $string['globalratelimit'] = 'Maximum number of site-wide requests';