fix: finish end user language sweep
GeoIntel CI / docs-smoke (push) Canceled after 0s
GeoIntel CI / contract-smoke (push) Canceled after 0s

This commit is contained in:
Codex
2026-07-14 21:53:56 +02:00
parent 36d6a92825
commit e3d442ad3a
8 changed files with 32 additions and 15 deletions
+1 -1
View File
@@ -755,7 +755,7 @@ function App(): JSX.Element {
aria-expanded={inspectorOpen}
aria-controls="workbench-inspector"
>
{inspectorOpen ? 'Close details' : 'Open details'}
{inspectorOpen ? 'Details sluiten' : 'Details openen'}
</button>
) : null}
</div>