rusackas commented on code in PR #22150:
URL: https://github.com/apache/superset/pull/22150#discussion_r1050032807


##########
superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/Scatter.jsx:
##########
@@ -36,14 +36,11 @@ function setTooltipContent(formData, verboseMap) {
     return (
       <div className="deckgl-tooltip">
         <TooltipRow
-          label={`${t('Longitude and Latitude')}: `}

Review Comment:
   I could see endless debate about translating colons and spaces... I'm not 
sure if I have strong feelings, but I can't help but wonder if strings like 
"Longitude and Latitude" might be recycled elsewhere, whereas they're not as 
reusable with the `: ` appended.



-- 
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]

Reply via email to