mirror of https://github.com/jetkvm/kvm.git
fix: simplify tooltip text in FailSafeModeOverlay for clarity
This commit is contained in:
parent
426cd6fe56
commit
bbbea61723
|
|
@ -182,7 +182,7 @@ Please attach the recovery logs file that was downloaded to your computer:
|
||||||
/>
|
/>
|
||||||
|
|
||||||
<div className="h-8 w-px bg-slate-200 dark:bg-slate-700 block" />
|
<div className="h-8 w-px bg-slate-200 dark:bg-slate-700 block" />
|
||||||
<Tooltip text="Download logs first to unlock" show={!hasDownloadedLogs}>
|
<Tooltip text="Download logs first" show={!hasDownloadedLogs}>
|
||||||
<Button
|
<Button
|
||||||
onClick={() => navigateTo("/settings/general/reboot")}
|
onClick={() => navigateTo("/settings/general/reboot")}
|
||||||
theme="light"
|
theme="light"
|
||||||
|
|
@ -192,7 +192,7 @@ Please attach the recovery logs file that was downloaded to your computer:
|
||||||
/>
|
/>
|
||||||
</Tooltip>
|
</Tooltip>
|
||||||
|
|
||||||
<Tooltip text="Download logs first to unlock" show={!hasDownloadedLogs}>
|
<Tooltip text="Download logs first" show={!hasDownloadedLogs}>
|
||||||
<Button
|
<Button
|
||||||
size="SM"
|
size="SM"
|
||||||
onClick={handleDowngrade}
|
onClick={handleDowngrade}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue