hainenber commented on code in PR #37776:
URL: https://github.com/apache/superset/pull/37776#discussion_r2779037015
##########
superset-frontend/packages/superset-ui-core/src/components/Loading/index.tsx:
##########
@@ -79,14 +80,14 @@ export function Loading({
const renderSpinner = () => {
// Precedence: explicit image prop > brandSpinnerSvg > brandSpinnerUrl >
default SVG
if (image) {
- return <img src={image} alt="Loading..." />;
+ return <img src={image} alt={t('Loading...')} />;
Review Comment:
Ditto here with the `Loading` and trailing dots
--
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]