Skip to content

Commit

Permalink
Remove double quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
dkotter committed Nov 6, 2023
1 parent e454566 commit acb3e0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion includes/Classifai/Providers/OpenAI/ChatGPT.php
Original file line number Diff line number Diff line change
Expand Up @@ -436,7 +436,7 @@ public function setup_fields_sections() {
'label_for' => 'generate_excerpt_prompt',
'placeholder' => $this->generate_excerpt_prompt,
'default_value' => $default_settings['generate_excerpt_prompt'],
'description' => __( "Note the following variables that can be used in the prompt and will be replaced with content: {{WORDS}} will be replaced with the desired excerpt length setting. {{TITLE}} will be replaced with the item's title.", 'classifai' ),
'description' => __( 'Note the following variables that can be used in the prompt and will be replaced with content: {{WORDS}} will be replaced with the desired excerpt length setting. {{TITLE}} will be replaced with the item\'s title.', 'classifai' ),
]
);

Expand Down

0 comments on commit acb3e0b

Please sign in to comment.