docs: fix mermaid diagram syntax error

This commit is contained in:
2026-02-11 10:39:35 +05:30
parent 3e212220c7
commit 4e4b644b32

View File

@@ -42,7 +42,7 @@ graph TD
end
subgraph "3. UI Layer (The Messenger)"
C -- Calls --> H[translateErrorKey()]
C -- Calls --> H["translateErrorKey()"]
H -- Returns --> I["Localized String (e.g. 'Sin conexión')"]
end
```