You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@superset.apache.org by "aehanno (via GitHub)" <gi...@apache.org> on 2023/01/25 16:41:21 UTC

[GitHub] [superset] aehanno commented on a diff in pull request #20078: fix: Fixing the untranslated strings

aehanno commented on code in PR #20078:
URL: https://github.com/apache/superset/pull/20078#discussion_r1086883798


##########
superset-frontend/plugins/plugin-chart-pivot-table/src/react-pivottable/TableRenderers.jsx:
##########
@@ -47,7 +48,7 @@ function displayHeaderCell(
       >
         {ArrowIcon}
       </span>
-      <span className="toggle-val">{parseLabel(name)}</span>
+      <span className="toggle-val">{t(parseLabel(name))}</span>

Review Comment:
   I just do the correction, thanks



-- 
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: notifications-unsubscribe@superset.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org