Skip to content

Commit

Permalink
Tweak action copy
Browse files Browse the repository at this point in the history
  • Loading branch information
sbelak committed Jun 5, 2018
1 parent b1fbce2 commit f1f03d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/metabase/qb/components/actions/XRayCard.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export default ({ question }: ClickActionProps): ClickAction[] => {
return [
{
name: "xray-card",
title: t`X-Ray the results of this question`,
title: t`X-Ray this question`,
icon: "beaker",
url: () =>
question.card().id
Expand Down

0 comments on commit f1f03d7

Please sign in to comment.