Skip to content

Commit

Permalink
Reword top label (Azure-Samples#627)
Browse files Browse the repository at this point in the history
  • Loading branch information
pamelafox authored Sep 13, 2023
1 parent a4bb2b0 commit 2c5f493
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/frontend/src/pages/chat/Chat.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ const Chat = () => {

<SpinButton
className={styles.chatSettingsSeparator}
label="Retrieve this many documents from search:"
label="Retrieve this many search results:"
min={1}
max={50}
defaultValue={retrieveCount.toString()}
Expand Down
2 changes: 1 addition & 1 deletion app/frontend/src/pages/oneshot/OneShot.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ export function Component(): JSX.Element {

<SpinButton
className={styles.oneshotSettingsSeparator}
label="Retrieve this many documents from search:"
label="Retrieve this many search results:"
min={1}
max={50}
defaultValue={retrieveCount.toString()}
Expand Down

0 comments on commit 2c5f493

Please sign in to comment.