lyndsiWilliams commented on code in PR #22066:
URL: https://github.com/apache/superset/pull/22066#discussion_r1041670247
##########
superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:
##########
@@ -1300,7 +1309,7 @@ const AlertReportModal:
FunctionComponent<AlertReportModalProps> = ({
placeholder={t('Time in seconds')}
onChange={onTimeoutVerifyChange}
/>
- <span className="input-label">seconds</span>
+ <span className="input-label">{t('seconds')}</span>
Review Comment:
You got it! Done in [`this
commit`](https://github.com/apache/superset/pull/22066/commits/44a5883c12fd8d6d00d149723956a744dd87dc98).
(I think I got them all!)
--
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]