Fix Typos (#255)

This commit is contained in:
Jhonatan Matías
2025-09-18 19:40:32 +02:00
committed by GitHub
parent fec64b5c02
commit 46b049c72b
2 changed files with 2 additions and 2 deletions

View File

@@ -254,7 +254,7 @@ const EnvironmentEditor = function ({
) : (
<>
<BadgeButton color="secondary" onClick={() => valueVisibility.set((v) => !v)}>
{valueVisibility.value ? 'Conceal Values' : 'Reveal Values'}
{valueVisibility.value ? 'Hide Values' : 'Show Values'}
</BadgeButton>
</>
)}