diff --git a/src/App/App.tsx b/src/App/App.tsx
index 7450429..82f94dc 100644
--- a/src/App/App.tsx
+++ b/src/App/App.tsx
@@ -112,7 +112,7 @@ export function App() {
paddingLeft: 1,
}}>
-
{([
- ["and",
],
- ["or",
],
- ["pseudo",
],
- ["transition",
],
- ["text", <>T>],
- ] as [InsertMode, ReactElement][]).map(([m, buttonTxt]) =>
+ ["and", "AND-states",
],
+ ["or", "OR-states",
],
+ ["pseudo", "pseudo-states",
],
+ ["transition", "transitions",
],
+ ["text", "text", <>T>],
+ ] as [InsertMode, string, ReactElement][]).map(([m, hint, buttonTxt]) =>
)}