aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/pdf
diff options
context:
space:
mode:
authoraidahosa1 <aisosa_idahosa@brown.edu>2024-08-22 03:03:03 -0400
committeraidahosa1 <aisosa_idahosa@brown.edu>2024-08-22 03:03:03 -0400
commit3ab5b620e462a35d0dc23f67014fc5aa9ef4803c (patch)
treee0e7bdd82778e64c625f080b3ebcee958d44b738 /src/client/views/pdf
parenta882dc6899a6b11e2e972f3e2a2ae991caeea094 (diff)
liberty
Diffstat (limited to 'src/client/views/pdf')
-rw-r--r--src/client/views/pdf/GPTPopup/GPTPopup.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/pdf/GPTPopup/GPTPopup.tsx b/src/client/views/pdf/GPTPopup/GPTPopup.tsx
index a41c33a4d..d216cc421 100644
--- a/src/client/views/pdf/GPTPopup/GPTPopup.tsx
+++ b/src/client/views/pdf/GPTPopup/GPTPopup.tsx
@@ -484,7 +484,7 @@ export class GPTPopup extends ObservableReactComponent<GPTPopupProps> {
e.stopPropagation();
}}
type="text"
- placeholder={`${isSort ? 'How do you want to sort your cards?' : 'What is the selected card?'}`}
+ placeholder={`${isSort ? 'How do you want to sort your cards?' : 'Define the selected card?'}`}
id="search-input"
style={{ width: '100%' }}
/>