File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -696,7 +696,7 @@ export class GenerateAIBannerModal extends Modal {
696
696
} ) ;
697
697
698
698
promptContainer . createDiv ( { cls : 'setting-item-name' , text : '🖋️ Creative Banner Prompt' } ) ;
699
- promptContainer . createDiv ( {
699
+ promptContainer . createDiv ( {
700
700
cls : 'setting-item-description' ,
701
701
text : 'TIP ⇢ Type a few words and then press the "🌱 GROW IDEA" button to transform your basic idea into something special!' ,
702
702
attr : {
@@ -1233,8 +1233,8 @@ export class GenerateAIBannerModal extends Modal {
1233
1233
console . error ( 'Failed to get prompt inspiration:' , error ) ;
1234
1234
new Notice ( 'Failed to get prompt inspiration. Please try again.' ) ;
1235
1235
} finally {
1236
- rewritePromptButton . textContent = originalText ;
1237
- rewritePromptButton . disabled = false ;
1236
+ inspirationFromSeedButton . textContent = originalText ;
1237
+ inspirationFromSeedButton . disabled = false ;
1238
1238
}
1239
1239
}
1240
1240
You can’t perform that action at this time.
0 commit comments