Skip to content

Commit

Permalink
[DDW-633] Change cancel label to close
Browse files Browse the repository at this point in the history
  • Loading branch information
thedanheller committed Jun 9, 2021
1 parent f4b9fbb commit 5cbf671
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ export default class StakingRewardsHistoryDialog extends Component<
]);
const actions = [
{
label: intl.formatMessage(globalMessages.cancel),
label: intl.formatMessage(globalMessages.close),
onClick: onClose,
},
{
Expand Down

0 comments on commit 5cbf671

Please sign in to comment.