MDL-85027 AI: Revert lang string changes from MDL-83216

This revert commit 2f10fde
for core_ai language strings file.
This commit is contained in:
Huong Nguyen
2025-03-27 09:31:12 +07:00
parent aac280e0ea
commit 79e3d6d050
+1 -1
View File
@@ -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';