Skip to content

Commit e552dc4

Browse files
committed
fix: reword 'Master Password' to 'Keyset Access Key'
1 parent b759694 commit e552dc4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@ <h3 class="text-lg font-semibold text-gray-900 mb-4">Cryptographic Key Hierarchy
254254
</div>
255255
<div class="flex justify-center">
256256
<div class="bg-purple-100 rounded-lg p-4 shadow border-2 border-purple-300 min-w-[200px] text-center">
257-
<div class="text-sm font-medium text-purple-800">Master Password (mp)</div>
257+
<div class="text-sm font-medium text-purple-800">Keyset Access Key</div>
258258
<div class="text-xs text-purple-600 mt-1">Randomly generated 256-bit symmetric key</div>
259259
<div class="text-xs text-purple-600 mt-1">for encrypting asymmetric Master keys</div>
260260
<div class="text-xs font-mono bg-white p-2 rounded mt-2" id="mpPreview">...</div>

0 commit comments

Comments
 (0)