Skip to content

Commit

Permalink
update description to new stringKey
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredvu committed Oct 3, 2024
1 parent 2b51e40 commit d34a255
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/views/dialogs/LaunchMarketDialog.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ export const LaunchMarketDialog = ({ setIsOpen }: DialogProps<LaunchMarketDialog
</$Title>
),
description: stringGetter({
key: STRING_KEYS.MARKET_LAUNCH_DETAILS,
key: STRING_KEYS.MARKET_LAUNCH_DETAILS_3,
params: {
APR_PERCENTAGE: (
<Output
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ export const NewMarketSelectionStep = ({
</h2>
<span tw="text-base text-color-text-0">
{stringGetter({
key: STRING_KEYS.MARKET_LAUNCH_DETAILS,
key: STRING_KEYS.MARKET_LAUNCH_DETAILS_3,
params: {
APR_PERCENTAGE: (
<Output
Expand Down

0 comments on commit d34a255

Please sign in to comment.