Skip to content

Commit

Permalink
Merge pull request #67 from vtex-apps/fixmessage-requestquote
Browse files Browse the repository at this point in the history
Fix message request-quote
  • Loading branch information
ataideverton authored Jan 6, 2025
2 parents 73fea74 + e05866f commit e8ce160
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]
### Fixed
- Fix Request Quote message in Quotes Details

## [1.6.5] - 2024-09-26
### Fixed
Expand Down
2 changes: 1 addition & 1 deletion react/components/QuoteDetails/SaveButtons.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ const SaveButtons = ({
updatingQuoteState
}
>
<FormattedMessage id="store/b2b-quotes.create.button.save-for-later" />
<FormattedMessage id="store/b2b-quotes.create.button.request-quote" />
</Button>
</span>
</Fragment>
Expand Down

0 comments on commit e8ce160

Please sign in to comment.