Skip to content

Commit 2358d16

Browse files
iamsirsammyjosStorer
authored andcommitted
Make the settings screen/popup have better wording
1 parent 2ff3de3 commit 2358d16

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

src/popup/Popup.jsx

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ function GeneralPart({ config, updateConfig }) {
3939
return (
4040
<>
4141
<label>
42-
<legend>Trigger Mode</legend>
42+
<legend>Triggers</legend>
4343
<select
4444
required
4545
onChange={(e) => {
@@ -57,7 +57,7 @@ function GeneralPart({ config, updateConfig }) {
5757
</select>
5858
</label>
5959
<label>
60-
<legend>Theme Mode</legend>
60+
<legend>Theme</legend>
6161
<select
6262
required
6363
onChange={(e) => {
@@ -165,7 +165,7 @@ function GeneralPart({ config, updateConfig }) {
165165
updateConfig({ insertAtTop: checked })
166166
}}
167167
/>
168-
Insert chatGPT at the top of search results
168+
Insert ChatGPT at the top of search results
169169
</label>
170170
<label>
171171
<input
@@ -176,7 +176,7 @@ function GeneralPart({ config, updateConfig }) {
176176
updateConfig({ lockWhenAnswer: checked })
177177
}}
178178
/>
179-
Lock Scrollbar while Answering
179+
Lock scrollbar while answering
180180
</label>
181181
<br />
182182
</>
@@ -244,7 +244,7 @@ function AdvancedPart({ config, updateConfig }) {
244244
updateConfig({ userSiteRegexOnly: checked })
245245
}}
246246
/>
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
248248
</label>
249249
<br />
250250
<label>
@@ -431,10 +431,10 @@ function Popup() {
431431
<Tabs selectedTabClassName="popup-tab--selected">
432432
<TabList>
433433
<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>
436436
<Tab className="popup-tab">Advanced</Tab>
437-
{isSafari() ? null : <Tab className="popup-tab">Donation</Tab>}
437+
{isSafari() ? null : <Tab className="popup-tab">Donate</Tab>}
438438
</TabList>
439439

440440
<TabPanel>

0 commit comments

Comments
 (0)