nits
This commit is contained in:
parent
338232b173
commit
062af9bcda
@ -30,9 +30,8 @@ const ModalConfirmReset = () => {
|
|||||||
content={
|
content={
|
||||||
<div>
|
<div>
|
||||||
<p className="text-[hsla(var(--text-secondary))]">
|
<p className="text-[hsla(var(--text-secondary))]">
|
||||||
It will reset the application to its original state, deleting all
|
Restore app to initial state, erasing all models and chat history. This
|
||||||
your usage data, including model customizations and conversation
|
action is irreversible and recommended only if the application is corrupted.
|
||||||
history. This action is irreversible.
|
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<div className="my-4">
|
<div className="my-4">
|
||||||
|
|||||||
@ -17,8 +17,8 @@ const FactoryReset = () => {
|
|||||||
</h6>
|
</h6>
|
||||||
</div>
|
</div>
|
||||||
<p className="whitespace-pre-wrap font-medium leading-relaxed text-[hsla(var(--text-secondary))]">
|
<p className="whitespace-pre-wrap font-medium leading-relaxed text-[hsla(var(--text-secondary))]">
|
||||||
Restore app to initial state, erasing all models and chat history. This action is irreversible and
|
Restore app to initial state, erasing all models and chat history. This
|
||||||
recommended only if the application is in a corrupted state.
|
action is irreversible and recommended only if the application is corrupted.
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
<Button
|
<Button
|
||||||
|
|||||||
@ -28,8 +28,7 @@ const CancelModelImportModal = () => {
|
|||||||
<div>
|
<div>
|
||||||
<p className="text-[hsla(var(--text-secondary))]">
|
<p className="text-[hsla(var(--text-secondary))]">
|
||||||
The model import process is not complete. Are you sure you want to
|
The model import process is not complete. Are you sure you want to
|
||||||
cancel all ongoing model imports? This action is irreversible and
|
cancel?
|
||||||
the progress will be lost.
|
|
||||||
</p>
|
</p>
|
||||||
<div className="mt-4 flex justify-end gap-x-2">
|
<div className="mt-4 flex justify-end gap-x-2">
|
||||||
<ModalClose asChild onClick={onContinueClick}>
|
<ModalClose asChild onClick={onContinueClick}>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user