text updates on modals
This commit is contained in:
@@ -135,13 +135,13 @@ export function useProgressModal(): UseProgressModalReturn {
|
||||
}
|
||||
if (stepUpper.includes('AI_CALL') || stepUpper.includes('CALLING')) {
|
||||
if (isContentGeneration) {
|
||||
return { percentage: 50, friendlyMessage: 'Generating content with AI...' };
|
||||
return { percentage: 50, friendlyMessage: 'Writing article with Igny8 Semantic AI...' };
|
||||
} else if (isClustering) {
|
||||
return { percentage: 50, friendlyMessage: 'Finding related keywords...' };
|
||||
return { percentage: 50, friendlyMessage: 'Generating clusters with Igny8 Semantic SEO Model...' };
|
||||
} else if (isIdeas) {
|
||||
return { percentage: 50, friendlyMessage: 'Generating ideas...' };
|
||||
return { percentage: 50, friendlyMessage: 'Generating ideas with Igny8 Semantic AI...' };
|
||||
}
|
||||
return { percentage: 50, friendlyMessage: 'Processing with AI...' };
|
||||
return { percentage: 50, friendlyMessage: 'Processing with Igny8 Semantic AI...' };
|
||||
}
|
||||
if (stepUpper.includes('PARSE') || stepUpper.includes('PARSING')) {
|
||||
if (isContentGeneration) {
|
||||
|
||||
Reference in New Issue
Block a user