Skip to content

Commit

Permalink
chore: better copy for SQL dialog (apache#15714)
Browse files Browse the repository at this point in the history
  • Loading branch information
betodealmeida authored and cccs-RyanS committed Dec 17, 2021
1 parent 82363aa commit 23b23ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion superset-frontend/src/SqlLab/components/HighlightedSql.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ function HighlightSqlModal({ rawSql, sql }: HighlightedSqlModalTypes) {
</SyntaxHighlighter>
{rawSql && rawSql !== sql && (
<div>
<h4>{t('Raw SQL')}</h4>
<h4>{t('Executed SQL')}</h4>
<SyntaxHighlighter language="sql" style={github}>
{rawSql}
</SyntaxHighlighter>
Expand Down

0 comments on commit 23b23ce

Please sign in to comment.