Skip to content

Commit

Permalink
fix 🤦
Browse files Browse the repository at this point in the history
  • Loading branch information
villebro committed Jan 11, 2023
1 parent 73422a7 commit 2eacacf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion superset-frontend/src/views/components/RightMenu.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -561,7 +561,7 @@ const RightMenu = ({
href={navbarRight.bug_report_url}
target="_blank"
rel="noreferrer"
title={t(navbarRight.bug_report_text || 'Report a bug')}
title={navbarRight.bug_report_text || t('Report a bug')}
>
{navbarRight.bug_report_icon ? (
<i className={navbarRight.bug_report_icon} />
Expand Down

0 comments on commit 2eacacf

Please sign in to comment.