diff options
author | aidahosa1 <aisosa_idahosa@brown.edu> | 2024-08-22 03:03:03 -0400 |
---|---|---|
committer | aidahosa1 <aisosa_idahosa@brown.edu> | 2024-08-22 03:03:03 -0400 |
commit | 3ab5b620e462a35d0dc23f67014fc5aa9ef4803c (patch) | |
tree | e0e7bdd82778e64c625f080b3ebcee958d44b738 /src/client/views/pdf | |
parent | a882dc6899a6b11e2e972f3e2a2ae991caeea094 (diff) |
liberty
Diffstat (limited to 'src/client/views/pdf')
-rw-r--r-- | src/client/views/pdf/GPTPopup/GPTPopup.tsx | 2 |
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%' }} /> |