Skip to content

Commit

Permalink
fix: replace hidesecondary with isGracePeriodOver
Browse files Browse the repository at this point in the history
  • Loading branch information
arjita-mitra committed Jan 18, 2024
1 parent 0877ca9 commit fa0aa7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/script/E2EIdentity/Modals/Modals.ts
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ export const getModalOptions = ({
options = {
text: {
closeBtnLabel: t('acme.settingsChanged.button.close'),
htmlMessage: hideSecondary
htmlMessage: extraParams?.isGracePeriodOver
? t('acme.settingsChanged.gracePeriodOver.paragraph', {}, {br: '<br>', ...replaceLearnMore})
: t('acme.settingsChanged.paragraph', {}, {br: '<br>', ...replaceLearnMore}),
title: t('acme.settingsChanged.headline.alt'),
Expand Down

0 comments on commit fa0aa7f

Please sign in to comment.