@@ -39,7 +39,7 @@ function GeneralPart({ config, updateConfig }) {
39
39
return (
40
40
< >
41
41
< label >
42
- < legend > Trigger Mode </ legend >
42
+ < legend > Triggers </ legend >
43
43
< select
44
44
required
45
45
onChange = { ( e ) => {
@@ -57,7 +57,7 @@ function GeneralPart({ config, updateConfig }) {
57
57
</ select >
58
58
</ label >
59
59
< label >
60
- < legend > Theme Mode </ legend >
60
+ < legend > Theme</ legend >
61
61
< select
62
62
required
63
63
onChange = { ( e ) => {
@@ -165,7 +165,7 @@ function GeneralPart({ config, updateConfig }) {
165
165
updateConfig ( { insertAtTop : checked } )
166
166
} }
167
167
/>
168
- Insert chatGPT at the top of search results
168
+ Insert ChatGPT at the top of search results
169
169
</ label >
170
170
< label >
171
171
< input
@@ -176,7 +176,7 @@ function GeneralPart({ config, updateConfig }) {
176
176
updateConfig ( { lockWhenAnswer : checked } )
177
177
} }
178
178
/>
179
- Lock Scrollbar while Answering
179
+ Lock scrollbar while answering
180
180
</ label >
181
181
< br />
182
182
</ >
@@ -244,7 +244,7 @@ function AdvancedPart({ config, updateConfig }) {
244
244
updateConfig ( { userSiteRegexOnly : checked } )
245
245
} }
246
246
/>
247
- Only use Custom Site Regex for website matching, ignore built-in rules
247
+ Exclusively use Custom Site Regex for website matching, ignoring built-in rules
248
248
</ label >
249
249
< br />
250
250
< label >
@@ -431,10 +431,10 @@ function Popup() {
431
431
< Tabs selectedTabClassName = "popup-tab--selected" >
432
432
< TabList >
433
433
< Tab className = "popup-tab" > General</ Tab >
434
- < Tab className = "popup-tab" > SelectionTools </ Tab >
435
- < Tab className = "popup-tab" > SiteAdapters </ Tab >
434
+ < Tab className = "popup-tab" > Selection Tools </ Tab >
435
+ < Tab className = "popup-tab" > Sites </ Tab >
436
436
< Tab className = "popup-tab" > Advanced</ Tab >
437
- { isSafari ( ) ? null : < Tab className = "popup-tab" > Donation </ Tab > }
437
+ { isSafari ( ) ? null : < Tab className = "popup-tab" > Donate </ Tab > }
438
438
</ TabList >
439
439
440
440
< TabPanel >
0 commit comments