Skip to content

Commit

Permalink
refactor: resource the close button string
Browse files Browse the repository at this point in the history
  • Loading branch information
mashal-m committed Jun 5, 2023
1 parent 868bcfa commit 30810e0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ function ViewEmailModal({
<ModalDialog.Footer>
<ActionRow>
<ModalDialog.CloseButton variant="link">
Close
<FormattedMessage id="bulk.email.tool.close.modalDialog.button" defaultMessage="Close" />
</ModalDialog.CloseButton>
<Button
onClick={() => {
Expand Down

0 comments on commit 30810e0

Please sign in to comment.