Skip to content

Commit 2c5f493

Browse files
authored
Reword top label (#627)
1 parent a4bb2b0 commit 2c5f493

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/frontend/src/pages/chat/Chat.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ const Chat = () => {
255255

256256
<SpinButton
257257
className={styles.chatSettingsSeparator}
258-
label="Retrieve this many documents from search:"
258+
label="Retrieve this many search results:"
259259
min={1}
260260
max={50}
261261
defaultValue={retrieveCount.toString()}

app/frontend/src/pages/oneshot/OneShot.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ export function Component(): JSX.Element {
229229

230230
<SpinButton
231231
className={styles.oneshotSettingsSeparator}
232-
label="Retrieve this many documents from search:"
232+
label="Retrieve this many search results:"
233233
min={1}
234234
max={50}
235235
defaultValue={retrieveCount.toString()}

0 commit comments

Comments
 (0)