codeant-ai-for-open-source[bot] commented on PR #37041:
URL: https://github.com/apache/superset/pull/37041#issuecomment-3737024847
## **Sequence Diagram**
The PR corrects the import of the translation function used by the
LastQueriedLabel component. The diagram shows the component retrieving a
localized string via the core i18n module and rendering the label (main success
path).
```mermaid
sequenceDiagram
participant Browser
participant LastQueriedLabel
participant CoreI18n
Browser->>LastQueriedLabel: Mount & provide queriedDttm
LastQueriedLabel->>CoreI18n: t('Last queried') (use translation
function)
CoreI18n-->>LastQueriedLabel: localized string
LastQueriedLabel-->>Browser: Render localized "Last queried" label with
date
```
---
*Generated by [CodeAnt AI](https://codeant.ai)*
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]