@@ -439,7 +439,7 @@ export const Home: React.FC<Props> = (props) => {
439439 </ Button >
440440 }
441441 >
442- < Notice type = "info" > Sends the selected files.</ Notice >
442+ < Notice type = "info" > A request includes the selected files.</ Notice >
443443 { props . edit_context_configs . length == 0 && (
444444 < Notice type = "warning" >
445445 Add a configuration to use this feature.
@@ -494,7 +494,8 @@ export const Home: React.FC<Props> = (props) => {
494494 }
495495 >
496496 < Notice type = "info" >
497- Sends the original file and the failed to apply code block.
497+ A request includes the original file and the failed to apply code
498+ block.
498499 </ Notice >
499500 { props . intelligent_update_configs . length == 0 && (
500501 < Notice type = "warning" >
@@ -553,7 +554,8 @@ export const Home: React.FC<Props> = (props) => {
553554 }
554555 >
555556 < Notice type = "info" >
556- Sends the selected files in a compacted form (~60% less tokens).
557+ A request includes the selected files in a compacted form (~60% less
558+ tokens).
557559 </ Notice >
558560 { props . prune_context_configs . length == 0 && (
559561 < Notice type = "warning" >
@@ -591,7 +593,7 @@ export const Home: React.FC<Props> = (props) => {
591593 </ Button >
592594 }
593595 >
594- < Notice type = "info" > Sends the selected files.</ Notice >
596+ < Notice type = "info" > A request includes the selected files.</ Notice >
595597 { props . code_at_cursor_configs . length == 0 && (
596598 < Notice type = "warning" >
597599 Add a configuration to use this feature.
@@ -696,7 +698,7 @@ export const Home: React.FC<Props> = (props) => {
696698 }
697699 >
698700 < Notice type = "info" >
699- Sends diffs of changed files and their original states.
701+ A request includes diffs of changed files and their original states.
700702 </ Notice >
701703 { props . commit_messages_configs . length == 0 && (
702704 < Notice type = "warning" >
0 commit comments