diff options
Diffstat (limited to 'src/components/NerdStuffModal.tsx')
| -rw-r--r-- | src/components/NerdStuffModal.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/NerdStuffModal.tsx b/src/components/NerdStuffModal.tsx index b5689c9..89a6547 100644 --- a/src/components/NerdStuffModal.tsx +++ b/src/components/NerdStuffModal.tsx @@ -86,7 +86,7 @@ export function NerdStuffModal({ closeModal }: NerdStuffModalProps) { </Focusable> </Field> - <Field label="SHA256 Hash"> + <Field label="DLL SHA256 Hash"> <Focusable onClick={() => dllStats.dll_sha256 && copyToClipboard(dllStats.dll_sha256)} onActivate={() => dllStats.dll_sha256 && copyToClipboard(dllStats.dll_sha256)} |
