File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -325,9 +325,9 @@ const ActionModal = () => {
325
325
{
326
326
'item_image' === shortCode ? ( [
327
327
feedzyData . isPro && ( feedzyData . isBusinessPlan || feedzyData . isAgencyPlan ) ? (
328
- < li key = "action-1" onClick = { ( ) => addAction ( 'fz_image' ) } > { __ ( 'Generate with ChatGPT ' , 'feedzy-rss-feeds' ) } </ li >
328
+ < li key = "action-1" onClick = { ( ) => addAction ( 'fz_image' ) } > { __ ( 'Generate with OpenAI ' , 'feedzy-rss-feeds' ) } </ li >
329
329
) : (
330
- < li key = "action-1" onClick = { ( ) => addAction ( 'fz_image' ) } > { __ ( 'Generate with ChatGPT ' , 'feedzy-rss-feeds' ) } < span className = "pro-label" > PRO</ span > </ li >
330
+ < li key = "action-1" onClick = { ( ) => addAction ( 'fz_image' ) } > { __ ( 'Generate with OpenAI ' , 'feedzy-rss-feeds' ) } < span className = "pro-label" > PRO</ span > </ li >
331
331
) ]
332
332
) : ( [
333
333
< li key = "action-2" onClick = { ( ) => addAction ( 'trim' ) } > { __ ( 'Trim Content' , 'feedzy-rss-feeds' ) } </ li > ,
You can’t perform that action at this time.
0 commit comments