Shun Miyazawa 1 год назад
Родитель
Сommit
755e9d2c1b
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      apps/app/src/features/openai/chat/components/AiChatModal/AiChatModal.tsx

+ 1 - 1
apps/app/src/features/openai/chat/components/AiChatModal/AiChatModal.tsx

@@ -162,7 +162,7 @@ const AiChatModalSubstance = (): JSX.Element => {
             form.setError('input', { type: 'manual', message: error.message });
             form.setError('input', { type: 'manual', message: error.message });
 
 
             if (error.code === StreamErrorCode.BUDGET_EXCEEDED) {
             if (error.code === StreamErrorCode.BUDGET_EXCEEDED) {
-              setErrorMessage(growiCloudUri != null ? 'modal_aichat.budget_exceeded' : 'modal_aichat.budget_exceeded_for_growi_cloud');
+              setErrorMessage(growiCloudUri != null ? 'modal_aichat.budget_exceeded_for_growi_cloud' : 'modal_aichat.budget_exceeded');
             }
             }
           }
           }
         });
         });