Skip to content

Commit

Permalink
Updated copies in Advanced Settings
Browse files Browse the repository at this point in the history
  • Loading branch information
imtuyethan committed Jan 27, 2025
1 parent 3243612 commit 3d6ad9e
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 10 deletions.
2 changes: 1 addition & 1 deletion electron/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jan",
"version": "0.1.4",
"version": "0.1.1737981193",
"main": "./build/main.js",
"author": "Jan <service@jan.ai>",
"license": "MIT",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,7 @@ const ModalConfirmReset = () => {
content={
<div>
<p className="text-[hsla(var(--text-secondary))]">
Restore appplication to its initial state, erasing all models and
chat history. This action is irreversible and recommended only if
the application is corrupted.
Restore application to its initial state, erasing all models and chat history. This action is irreversible and recommended only if the application is corrupted.

Check failure on line 33 in web/screens/Settings/Advanced/FactoryReset/ModalConfirmReset.tsx

View workflow job for this annotation

GitHub Actions / test-on-macos

Replace `Restore·application·to·its·initial·state,·erasing·all·models·and·chat·history.·This·action·is·irreversible·and·recommended·only·if` with `··Restore·application·to·its·initial·state,·erasing·all·models·and⏎············chat·history.·This·action·is·irreversible·and·recommended·only·if⏎···········`

Check failure on line 33 in web/screens/Settings/Advanced/FactoryReset/ModalConfirmReset.tsx

View workflow job for this annotation

GitHub Actions / test-on-ubuntu

Replace `Restore·application·to·its·initial·state,·erasing·all·models·and·chat·history.·This·action·is·irreversible·and·recommended·only·if` with `··Restore·application·to·its·initial·state,·erasing·all·models·and⏎············chat·history.·This·action·is·irreversible·and·recommended·only·if⏎···········`

Check failure on line 33 in web/screens/Settings/Advanced/FactoryReset/ModalConfirmReset.tsx

View workflow job for this annotation

GitHub Actions / test-on-windows-pr

Replace `Restore·application·to·its·initial·state,·erasing·all·models·and·chat·history.·This·action·is·irreversible·and·recommended·only·if` with `··Restore·application·to·its·initial·state,·erasing·all·models·and␍⏎············chat·history.·This·action·is·irreversible·and·recommended·only·if␍⏎···········`

Check failure on line 33 in web/screens/Settings/Advanced/FactoryReset/ModalConfirmReset.tsx

View workflow job for this annotation

GitHub Actions / coverage-check

Replace `Restore·application·to·its·initial·state,·erasing·all·models·and·chat·history.·This·action·is·irreversible·and·recommended·only·if` with `··Restore·application·to·its·initial·state,·erasing·all·models·and⏎············chat·history.·This·action·is·irreversible·and·recommended·only·if⏎···········`
</p>

<div className="my-4">
Expand Down
4 changes: 1 addition & 3 deletions web/screens/Settings/Advanced/FactoryReset/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,7 @@ const FactoryReset = () => {
</h6>
</div>
<p className="whitespace-pre-wrap font-medium leading-relaxed text-[hsla(var(--text-secondary))]">
Restore appplication to its initial state, erasing all models and chat
history. This action is irreversible and recommended only if the
application is corrupted.
Restore application to its initial state, erasing all models and chat history. This action is irreversible and recommended only if the application is corrupted.

Check failure on line 20 in web/screens/Settings/Advanced/FactoryReset/index.tsx

View workflow job for this annotation

GitHub Actions / test-on-macos

Replace `Restore·application·to·its·initial·state,·erasing·all·models·and·chat·history.·This·action·is·irreversible·and·recommended·only·if·the` with `··Restore·application·to·its·initial·state,·erasing·all·models·and·chat⏎··········history.·This·action·is·irreversible·and·recommended·only·if·the⏎·········`

Check failure on line 20 in web/screens/Settings/Advanced/FactoryReset/index.tsx

View workflow job for this annotation

GitHub Actions / test-on-ubuntu

Replace `Restore·application·to·its·initial·state,·erasing·all·models·and·chat·history.·This·action·is·irreversible·and·recommended·only·if·the` with `··Restore·application·to·its·initial·state,·erasing·all·models·and·chat⏎··········history.·This·action·is·irreversible·and·recommended·only·if·the⏎·········`

Check failure on line 20 in web/screens/Settings/Advanced/FactoryReset/index.tsx

View workflow job for this annotation

GitHub Actions / test-on-windows-pr

Replace `Restore·application·to·its·initial·state,·erasing·all·models·and·chat·history.·This·action·is·irreversible·and·recommended·only·if·the` with `··Restore·application·to·its·initial·state,·erasing·all·models·and·chat␍⏎··········history.·This·action·is·irreversible·and·recommended·only·if·the␍⏎·········`

Check failure on line 20 in web/screens/Settings/Advanced/FactoryReset/index.tsx

View workflow job for this annotation

GitHub Actions / coverage-check

Replace `Restore·application·to·its·initial·state,·erasing·all·models·and·chat·history.·This·action·is·irreversible·and·recommended·only·if·the` with `··Restore·application·to·its·initial·state,·erasing·all·models·and·chat⏎··········history.·This·action·is·irreversible·and·recommended·only·if·the⏎·········`
</p>
</div>
<Button
Expand Down
6 changes: 3 additions & 3 deletions web/screens/Settings/Advanced/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -434,7 +434,7 @@ const Advanced = ({ setSubdir }: { setSubdir: (subdir: string) => void }) => {
<h6 className="font-semibold capitalize">HTTPS Proxy</h6>
</div>
<p className="font-medium leading-relaxed text-[hsla(var(--text-secondary))]">
Optional proxy server for internet connections
Optional proxy server for internet connections.
</p>
</div>
<div className="flex items-center gap-2">
Expand All @@ -459,11 +459,11 @@ const Advanced = ({ setSubdir }: { setSubdir: (subdir: string) => void }) => {
<h6 className="font-semibold capitalize">Jan Quick Ask</h6>
</div>
<p className="font-medium leading-relaxed text-[hsla(var(--text-secondary))]">
Enable Quick Ask to be triggered via the default hotkey .
Enable Quick Ask to be triggered via the default hotkey

Check failure on line 462 in web/screens/Settings/Advanced/index.tsx

View workflow job for this annotation

GitHub Actions / test-on-macos

Delete `·`

Check failure on line 462 in web/screens/Settings/Advanced/index.tsx

View workflow job for this annotation

GitHub Actions / test-on-ubuntu

Delete `·`

Check failure on line 462 in web/screens/Settings/Advanced/index.tsx

View workflow job for this annotation

GitHub Actions / test-on-windows-pr

Delete `·`

Check failure on line 462 in web/screens/Settings/Advanced/index.tsx

View workflow job for this annotation

GitHub Actions / coverage-check

Delete `·`
<span className="text-[hsla(var(--text-secondary)] bg-secondary inline-flex items-center justify-center rounded-full px-1 py-0.5 text-xs font-bold">
<span className="font-bold">{isMac ? '⌘' : 'Ctrl'} + J</span>
</span>{' '}
(reload needed).
.
</p>
</div>
<Switch
Expand Down

0 comments on commit 3d6ad9e

Please sign in to comment.