emphasize that secrets cache is encrypted in frontend

This commit is contained in:
x
2025-05-02 13:04:22 -04:00
parent 9849a5f136
commit d13e685a81

View File

@@ -49,8 +49,8 @@ export const CachingPanel = () => {
<div className="flex flex-col">
<span className="mb-2 text-xl font-semibold text-mineshaft-100">Secrets Cache</span>
<span className="max-w-xl text-sm text-mineshaft-400">
The secrets cache encompasses all secrets stored within the system and provides a
temporary, secure storage location for frequently accessed credentials.
The encrypted secrets cache encompasses all secrets stored within the system and
provides a temporary, secure storage location for frequently accessed credentials.
</span>
</div>