mirror of
https://github.com/jkingsman/Remote-Terminal-for-MeshCore.git
synced 2026-08-06 16:53:38 +02:00
Clarify phrasing on cracker panel
This commit is contained in:
+2
-2
File diff suppressed because one or more lines are too long
+1
-1
File diff suppressed because one or more lines are too long
Vendored
+1
-1
@@ -13,7 +13,7 @@
|
|||||||
<link rel="shortcut icon" href="/favicon.ico" />
|
<link rel="shortcut icon" href="/favicon.ico" />
|
||||||
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png" />
|
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png" />
|
||||||
<link rel="manifest" href="/site.webmanifest" />
|
<link rel="manifest" href="/site.webmanifest" />
|
||||||
<script type="module" crossorigin src="/assets/index-B6Dj5zg2.js"></script>
|
<script type="module" crossorigin src="/assets/index-BwUypkiE.js"></script>
|
||||||
<link rel="stylesheet" crossorigin href="/assets/index-DZ67iE5i.css">
|
<link rel="stylesheet" crossorigin href="/assets/index-DZ67iE5i.css">
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
|||||||
@@ -478,13 +478,13 @@ export function CrackerPanel({ packets, channels, onChannelCreate, onRunningChan
|
|||||||
onChange={(e) => setDecryptHistorical(e.target.checked)}
|
onChange={(e) => setDecryptHistorical(e.target.checked)}
|
||||||
className="rounded"
|
className="rounded"
|
||||||
/>
|
/>
|
||||||
Decrypt historical
|
Decrypt historical packets if key found
|
||||||
</label>
|
</label>
|
||||||
{decryptHistorical && (
|
{decryptHistorical && (
|
||||||
<span className="text-xs text-muted-foreground">
|
<span className="text-xs text-muted-foreground">
|
||||||
{undecryptedPacketCount !== null && undecryptedPacketCount > 0
|
{undecryptedPacketCount !== null && undecryptedPacketCount > 0
|
||||||
? `(${undecryptedPacketCount.toLocaleString()} packets; messages stream in as decrypted)`
|
? `(${undecryptedPacketCount.toLocaleString()} packets; messages will stream in as decrypted)`
|
||||||
: '(messages stream in as decrypted)'}
|
: '(messages will stream in as decrypted)'}
|
||||||
</span>
|
</span>
|
||||||
)}
|
)}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user